crop difference: 6.2.0 vs 6.0.7

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

Try +page instead of -repage in IM 6.0.x
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

It is possible that IM 6.0.7 had a cropping bug. You could try replacing +repage with -page 0x0+0+0 and see if that makes a difference. We tried your command with the latest release of ImageMagick, 6.3.0-0, and it worked as expected.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

The middle one. The last one's -size setting in this case is usless. If that size moved before the jpeg read then it may resize vary large jpegs.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply