Convert images issue

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert images issue

Post by magick »

If the thumbnail option works for the mogrify program it should work for convert as well. Make sure they refer to the same ImageMagick version:
  • mogrify -version
    convert -version
Otherwise our only suggestion is to upgrade to the latest release. ImageMagick 6.3.4-4 processes your mogrify and convert commands without complaint.
Post Reply