Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
If the image is JPEG, to restrict the maximum file size, use jpeg:extent, for example -define jpeg:extent=400kb. See http://www.imagemagick.org/script/formats.php and look for the JPEG format. This option is only available in ImageMagick 6.5.8-10 and above.
Hi Fred, I know about your downsize script!
It looks great but actually I've to keep the width/height of my jpeg and degrade the quality. -define jpeg:extent is fine for my intent.
Thanks