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

Extend to support APNG -- animated PNGs #3

Open
jtlapp opened this issue Dec 22, 2017 · 1 comment
Open

Extend to support APNG -- animated PNGs #3

jtlapp opened this issue Dec 22, 2017 · 1 comment
Assignees

Comments

@jtlapp
Copy link
Collaborator

jtlapp commented Dec 22, 2017

I find myself needing more than 256 colors per frame, so I need the same code to be able to output to either GIF or APNG format.

TODO: Extend gifwrap to support the APNG format to be able to read and write animated PNGs as well as GIFs, through the same encoder/decoder interface. The dev should only have to choose the encoder or decoder to select between GIF and APNG.

Hmm. That would leave the package name gifwrapa bit deceiving. It might need a more generic name. This might also mean making changes that aren't backward-compatible.

@jtlapp jtlapp self-assigned this Dec 22, 2017
@jtlapp
Copy link
Collaborator Author

jtlapp commented Jan 6, 2018

I plan to address this by creating a new package that generalizes this one, because it's a breaking change that requires a new package name.

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