Large image resize

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
JoaCHIP
Posts: 37
Joined: 2004-12-21T04:22:18-07:00
Location: Copenhagen

Post by JoaCHIP »

Puzzling. It should work. I've resized loads of images that are even bigger, and ImageMagick does this better and faster than most other software. I don't remember exactly, but i think my code does something like:

convert -size 250x400 blabla.jpg -geometry 3300x2500
Post Reply