Hi Holger, I'll be happy to take a look at this issue. Please open an issue on JIRA.
https://issues.apache.org/jira/browse/SANSELAN Don't forget to attach (and contribute, if possible) that test image and to include your source that is having the problem. Thanks, Matthew On Fri, Jun 26, 2009 at 7:53 AM, Holger Veltrup<[email protected]> wrote: > Hey, > > I try to get a BufferedImage with following gif: > http://www.ddim.de/test.gif > > Sanselan.getBufferedImage(new File("test.gif")); > > this throw a ArrayIndexOutOfBoundsException: > > java.lang.ArrayIndexOutOfBoundsException: 288561 > at > org.apache.sanselan.formats.gif.GifImageParser.getBufferedImage(GifImageParser.java:795) > at org.apache.sanselan.Sanselan.getBufferedImage(Sanselan.java:1264) > at org.apache.sanselan.Sanselan.getBufferedImage(Sanselan.java:1231) > > > can anybody help me? >
