I\'m creating an image editor in JS/PHP, but now I\'m having trouble. First of all, I load the image from the database (load a blob with imagecreatefromstring). Then I apply
I doubt you can since php gd image object is a generic object, without considerations on the compression that will be used for storage (png/jpg/bmp ...)