Crop problem

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
DV4

Crop problem

Post by DV4 »

I'm trying to get a crop command to run on an image with no success.

I've tried many varations on the following with no success...

Code: Select all

convert tmbs/01.jpg -gravity Center -crop 118x54+0+0 +repage tmbs/01.jpg
I have no problem running resize and stroke commands on the image.

Any help would be really appreciated cause I really don't know why this isnt working.

Many thanks in advance.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Unless you are using IM v5, that should work fine!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply