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

WEBP GIF's not working #554

Open
SantiMNV opened this issue Oct 10, 2022 · 0 comments
Open

WEBP GIF's not working #554

SantiMNV opened this issue Oct 10, 2022 · 0 comments

Comments

@SantiMNV
Copy link

SantiMNV commented Oct 10, 2022

I am trying to upload a .gif image and process it to WEBP format and quality 90%.
But it does not work, it only saves the first frame of the gif.

I have been doing some research, and Pillow must receive the following arguments:
duration and save_all
image.save(im_io, 'webp', duration=image.info["duration"], save_all=True)

But I don't know how can I send this parameters to imagekit model or if it is even possible.

I have tried solving it using a processor, but as it process before the last save, and the last save is the problem... nothing seems to work.

Thanks!

@SantiMNV SantiMNV changed the title WEBP GIF WEBP GIF's not working Oct 10, 2022
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

1 participant