Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support interlaced PNGs #274

Closed
brechtm opened this issue Jul 2, 2021 · 0 comments
Closed

Support interlaced PNGs #274

brechtm opened this issue Jul 2, 2021 · 0 comments
Assignees

Comments

@brechtm
Copy link
Owner

brechtm commented Jul 2, 2021

PDF does not support interlaced images, so we need to deinterlace these images before embedding them. purepng can deinterlace PNGs. We might be able to deinterlace just the raw data without having to read and decode it.

This is also a good opportunity to consider replacing purepng (unmaintained) with PyPNG which is again receiving updates.

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

No branches or pull requests

1 participant