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
PIL supports saving sequences of images as GIF and WebP. It would be nice to be able to create animated GIFs with chainner.
https://pillow.readthedocs.io/en/latest/handbook/image-file-formats.html#gif-saving
The text was updated successfully, but these errors were encountered:
We can already create gifs with chaiNNer. The save video node has a gif option
Sorry, something went wrong.
The save video node has a gif option
No it doesn't. There is no encoder that makes the GIF container available.
What the hell, then we had a breaking change at some point because that used to be an option.
Successfully merging a pull request may close this issue.
PIL supports saving sequences of images as GIF and WebP. It would be nice to be able to create animated GIFs with chainner.
https://pillow.readthedocs.io/en/latest/handbook/image-file-formats.html#gif-saving
The text was updated successfully, but these errors were encountered: