problems with convert -> result are images

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
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: problems with convert -> result are images

Post by anthony »

You get multiple images if you input image is a multiple image format, with multiple images it in. TIF, GIF, PS, PDF, MPG, AVI are examples of multi-image image formats.

See IM examples... Writing a Multi-Image Sequence
http://www.imagemagick.org/Usage/files/files/#write_seq

for how to deal with it.

You can also delete extra images, and/or just not read them in using a read image index technique. See read modifiers...
http://www.imagemagick.org/Usage/files/files/#read_mods

basically read IM examples :)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply