> After calling to the function ImageCreateFromJPEG() and before outputing
> the image with ImageJPEG, is there a way to determine the images size in
> bytes?
> I want to reduce the quality more and more until it has reached a
> certain level.
> Thanks,
> Olli

You have the image data in a string, right? Could you relate the length of
that string to the resulting size of the file, somehow?

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to