-
Notifications
You must be signed in to change notification settings - Fork 41
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
Output an image buffer abstraction #33
Comments
Yes, a higher level way to load and save animated GIFs (as a sequence of equally sized image buffers with their frame delays) would be very useful. |
That would be great. As I've mentioned in #35 I'd love if the buffer element had a type of the pixel, rather than I've tried implementing this a couple of times:
There's probably a 3rd way, which could be an "adapter" sort of trait for the pixel type, so that users can make their own private RGBA type work with the library. The downside is that boilerplate is required to get started. |
As I already mentioned, |
Any updates on this? :) |
This library should return image buffers instead of byte slices.
The text was updated successfully, but these errors were encountered: