Page 1 of 1

Posted: 2006-12-21T13:49:53-07:00
by monsters
MagickResizeImage is correct.

a 2MB raw jpeg is a big ass file, its' going to take a while, 1 second seems fair.

Posted: 2006-12-21T14:42:17-07:00
by magick
Assuming you are reducing the image size, use MagickSetSize() to set the image size before you read your JPEG image. This speedup only works with JPEG images.