-trim option is problem in current version

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
Selva

-trim option is problem in current version

Post by Selva »

Hi everybody,

Currently we have used ImageMagick-6.0.4-Q16-windows-dll vertion for eps to gif convertion. In this vertion -trim option is working fine. But, the same option is not working in ImageMagick-6.4.0-3-Q16-windows. Please advice.

code: mogrify -trim 123.gif 123.gif

By,
Selva
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -trim option is problem in current version

Post by fmw42 »

what does not work about it?

Note that you may need to add +repage after a trim or crop.

Try upgrading to the latest version of IM, 6.5.4-8 and see if it still fails
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: -trim option is problem in current version

Post by anthony »

Also why are you trimming the image twice!!!

mogrify saves the image back into the filename where it came from!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply