Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Add support for interlacing #11

Open
bre7 opened this issue Jun 8, 2016 · 0 comments
Open

Add support for interlacing #11

bre7 opened this issue Jun 8, 2016 · 0 comments

Comments

@bre7
Copy link

bre7 commented Jun 8, 2016

To support progressive JPEGs.

From the docs:

-interlace
the type of interlacing scheme

Choices are: None, Line, Plane, or Partition. The default is None.
Use Line to create an interlaced PNG or GIF or progressive JPEG image.

I don't think there's a way to determine the current interlacing setting of an image (to allow auto-detection) so this would've to be an extra parameter for ops (or class level maybe).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant