Using "convert -interlace ..." on files with no such support
Using "convert -interlace ..." on files with no such support
I'm using the cli tool to create thumbnails. I want to add "-interlace none" to the convert command. For which image types is this command valid? Will I get an error if I execute it on a wrong image file type?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Using "convert -interlace ..." on files with no such sup
I don't know all the file types that support interlacing, but adding -interlace none to your command should not hurt. I tried it on jpg, png, tif, gif and bmp and no complaints.mattalexx wrote:I'm using the cli tool to create thumbnails. I want to add "-interlace none" to the convert command. For which image types is this command valid? Will I get an error if I execute it on a wrong image file type?
For image formats that support interlacing (gif and png and others), see
http://en.wikipedia.org/wiki/Interlace_(bitmaps)
I don't know whether IM supports interlacing in each of them
see also http://www.imagemagick.org/script/comma ... #interlace