progressive jpeg to non-progressive jpeg

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
bhaskara_rao
Posts: 1
Joined: 2017-08-24T02:13:21-07:00
Authentication code: 1151

progressive jpeg to non-progressive jpeg

Post by bhaskara_rao »

How to crate the non progressive jpeg file from any jpeg file.
User avatar
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

Post by fmw42 »

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
Post Reply