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
-
mlabarinas
- Posts: 1
- Joined: 2015-08-11T20:27:41-07:00
- Authentication code: 1151
- Contact:
- glennrp
- Posts: 1147
- Joined: 2006-04-01T08:16:32-07:00
- Location: Maryland 39.26.30N 76.16.01W
- Contact:
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).
Who is online
Users browsing this forum: No registered users and 20 guests