"-define jpeg:size={width}x{height}" in PerlMagick?
Posted: 2011-03-06T01:30:27-07:00
Sorry if it's a FAQ, I haven't found it mentioned anywhere:
Command-line ImageMagick tools support the "-define jpeg:size={width}x{height}" option to tell the libjpeg library to downscale the image while opening it (thus saving memory and processing power).
Is there a similar option in PerlMagick? How is it spelled?
Thanks!
Command-line ImageMagick tools support the "-define jpeg:size={width}x{height}" option to tell the libjpeg library to downscale the image while opening it (thus saving memory and processing power).
Is there a similar option in PerlMagick? How is it spelled?
Thanks!