thumbnailator
thumbnailator copied to clipboard
Support animated GIFs
Currently, Thumbnailator does not support animated GIFs.
As seen from the star count in Issue 30 (as of February 23, 2014, there are 7)
there is a lot of interest to supporting animated GIFs.
However, due to constraints on the internal design and implementation of
Thumbnailator, it may take some time to add support for animated GIFs.
In the meantime, I want to gather resources (code samples, etc.) which will be
helpful in expediting the implementation of the animated GIF output using the
Image I/O API once the support for animated images (multiple images) is added
to Thumbnailator.
Original issue reported on code.google.com by [email protected] on 23 Feb 2014 at 10:16
Here is what I have so far (see attachments).
Same problem here, even though I desperately need to support animated GIFs, I
still have tasks of higher priority on my list.
I've done some research, and this is the best I could find so far. Hope it
helps.
Original comment by [email protected] on 25 Feb 2014 at 7:27
Attachments:
Thank you for sharing your research.
I'll add some links that I've found:
* http://stackoverflow.com/questions/777947/creating-animated-gif-with-imageio
* http://elliot.kroo.net/software/java/GifSequenceWriter/
Original comment by [email protected] on 26 Feb 2014 at 2:53
See also https://github.com/DhyanB/Open-Imaging
Lot of interest in this field.
Original comment by [email protected] on 27 May 2015 at 9:15
Hi @coobird , Is there any update for this feature ❓