Most efficient/fastest way to resize images

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
monsters

Post by monsters »

MagickResizeImage is correct.

a 2MB raw jpeg is a big ass file, its' going to take a while, 1 second seems fair.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
Post Reply