coobird / thumbnailator

Thumbnailator - a thumbnail generation library for Java
MIT License
5.14k stars 784 forks source link

Workaround for the "GIF java.lang.ArrayIndexOutOfBoundsException: 4096" issue #132

Open coobird opened 6 years ago

coobird commented 6 years ago

As reported in #120, there appears to be a problem with the GIF decoder bundled with the JRE that causes some GIFs to throw exceptions.

More details can be found here: https://stackoverflow.com/questions/22259714/arrayindexoutofboundsexception-4096-while-reading-gif-file

Creating a GIF decoder is not in the scope of Thumbnailator, so it would be nice if a workaround could be created.

hungbang commented 3 years ago

is there any update about this?