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

Add function for reducing multi-frame animated images to FRAME_DISPOSAL_NONE #15

Open
asiekierka opened this issue Dec 2, 2023 · 2 comments

Comments

@asiekierka
Copy link

This is something provided by stb_image and is useful for simplifying the handling of animated images; it's also an option provided by tools like GIMP (as "Unoptimize"). I feel it would be beneficial to have in libplum itself, just like palette reduction-related functions.

@aaaaaa123456789
Copy link
Owner

It's something I have planned, but I haven't done yet. The same function would also take care of rendering smaller frames onto larger frames, of course, since that's an actual problem.

The most likely implementation of this feature will be a flag to plum_load_image plus a standalone function to make this transformation on an existing image.

@asiekierka
Copy link
Author

That'd work for me!

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

No branches or pull requests

2 participants