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

Gif animated handling bug #45

Open
xvolte opened this issue Nov 13, 2020 · 2 comments
Open

Gif animated handling bug #45

xvolte opened this issue Nov 13, 2020 · 2 comments

Comments

@xvolte
Copy link

xvolte commented Nov 13, 2020

Hello,

When using Gif animated images, the processors remove the "animated" part of the gif and only resize the first frame of the gif.

Is there a way not to loose animated content ?

Thanks in advance,

@vstoykov
Copy link
Collaborator

Hello,

I've never used animated gifs with pilkit and with PIL/Pillow in general and I'm not sure how they are handled there.

If you have some time to investigate it and prepare a patch I will be very glad.

@vstoykov
Copy link
Collaborator

After some research I found this stackoverflow thread where some solution is given. It needs to be adapted for pilkit. There need to be a generic way of doing this for all processors instead copy pasting the same logic for every processor.

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