pilkit
pilkit copied to clipboard
Gif animated handling bug
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,
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.
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.