Re: problems with convert -> result are images
Posted: 2007-07-01T20:33:31-07:00
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
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