• Do you guys even support ‘-interlace JPEG’ option?
    If i run ‘identify -verbose myimage.jpg | grep Interlace’ command after your module processes the image, it says None, and should be JPEG which is the real JPEG Progressive image type.
    So, when i manually add this line to your imagemagick-engine.php file:
    $cmd .= ‘ -interlace Plane’;
    It works and the ‘identify’ function returns ‘Interlace: JPEG’.

    Any plans to add this most important feature to your module?
    Or we have to live with patch (for those who knows how to deal with this stuff)?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘-interlace JPEG’ is closed to new replies.