You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/20 12:17:30 UTC

[jira] [Resolved] (SANSELAN-24) ArrayIndexOutOfBoundsException with GIF

     [ https://issues.apache.org/jira/browse/SANSELAN-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg resolved SANSELAN-24.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0
    
> ArrayIndexOutOfBoundsException with GIF
> ---------------------------------------
>
>                 Key: SANSELAN-24
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-24
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Holger Veltrup
>             Fix For: 1.0
>
>         Attachments: test.gif
>
>
> I try to get a BufferedImage:
> import java.io.File;
> import java.awt.image.BufferedImage;
> import org.apache.sanselan.Sanselan;
> public class BufferedImageTest {
>     public static void main(String[] args) throws Exception {
>         BufferedImage img = Sanselan.getBufferedImage(new File(args[0]));
>     }
> }
> This throw a ArrayIndexOutOfBoundsException  if I use a special gif (test.gif is attached)
> This GIF was created by PowerPoint
> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 96000
>    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)
>    at BufferedImageTest.main(BufferedImageTest.java:6)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira