Command line handling change between 6.0.7 and 6.2.7?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Add +repage to your command line:
  • convert.exe 1-post.jpg -crop 240x240+40+0 +repage -resize 100x100 1-cropped.jpg
Post Reply