Why can't I crop then resize with v6.0.7 ?
Posted: 2009-02-05T10:10:36-07:00
Running this php exec command w/ ImageMagick v6.0.7 :
convert -crop "400x300+600+300" +repage -resize "200" "../IMAGES/source.jpg" "./destination"
Not getting an image. I get an image with either crop or resize by itself, but not both. Appreciate any help.
convert -crop "400x300+600+300" +repage -resize "200" "../IMAGES/source.jpg" "./destination"
Not getting an image. I get an image with either crop or resize by itself, but not both. Appreciate any help.