progressive jpeg to non-progressive jpeg
-
- Posts: 1
- Joined: 2017-08-24T02:13:21-07:00
- Authentication code: 1151
progressive jpeg to non-progressive jpeg
How to crate the non progressive jpeg file from any jpeg file.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: progressive jpeg to non-progressive jpeg
By default, JPG images are non-progressive
Use -interlace line or plane to make them progressive.
try
-interlace JPEG to disable the progressive structure.
See http://www.imagemagick.org/script/comma ... #interlace
Use -interlace line or plane to make them progressive.
try
-interlace JPEG to disable the progressive structure.
See http://www.imagemagick.org/script/comma ... #interlace