| Modify the code from "jQuery jcrop" (google and download it, don't bid until you downloaded it please) plugin to make it work with png and preserve transparent backgrounds, once the image is cropped, show it and if it's ok press a button to save it as a new file in the hosting. I know I can just change the .jpg to .png and imagecreatefromjpeg to imagecreatefrompng, and that works, but doesn't keep the transparent background. |