HI guys:
I want to know the number of scans with a progressive jpeg is generated, I use this command:
convert -interlace plane in.jpg out.jpg
Is it a default value? Can I change it? How?
Thanks.
JPEG progressive scans number
-
- Posts: 1
- Joined: 2015-08-11T20:27:41-07:00
- Authentication code: 1151
Re: JPEG progressive scans number
ImageMagick only offers progressive (-interlace plane) and nonprogressive (-interlace none). When writing a progressive JPEG, the number of scans is the default value for the jpeg library. This seems to be 8, but others are possible when using libjpeg's "cjpeg", but not when using ImageMagick (see wizards.txt in the libjpeg distribution).