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
If you mean filesize, that's not possible without converting the GD resource to some image format (GIF, PNG, JPEG) because the format determines the image size in bytes.