Setting the max file size for RESULT picture

See all posts See thread Reply

Re: Setting the max file size for RESULT picture new!
by colin, 13 years, 12 months ago
It is possible to set a maximum file size for JPEG images, using the setting jpeg_size. The JPEG quality will be calculated so that the file size doesn't go over the maximum value.

However, it is not possible to calculate the image dimensions in order to achieve a precise size. This would require too much calculations, and could't fit in the class as it is now.Reply