We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to render gifs using glium so I need the frame data as RGBA, as described here: image-rs/image-gif#32 (comment)
How can I use ColorOutput::RGBA with this crate? :)
The text was updated successfully, but these errors were encountered:
screen.pixels is RGBA. It needs indexed input in order to produce RGBA output.
screen.pixels
Sorry, something went wrong.
Thanks, and does Screen expand all the frames to the size of the gif (padded with transparency), placing them at their position?
Yes, of course.
No branches or pull requests
I want to render gifs using glium so I need the frame data as RGBA, as described here: image-rs/image-gif#32 (comment)
How can I use ColorOutput::RGBA with this crate? :)
The text was updated successfully, but these errors were encountered: