Skip to content

shuqiyige/image-io-bug-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageIO-plugins

修复JDK BUG java.lang.ArrayIndexOutOfBoundsException: 4096 at com.sun.imageio.plugins.gif.GIFImageReader.read(Unknown Source) at javax.imageio.ImageIO.read(Unknown Source) at javax.imageio.ImageIO.read(Unknown Source) PatchedGIFImageReader arrayindexoutofboundsexception

项目源代码来自于:haraldk/TwelveMonkeys@3.3-SNAPSHOT,本项目只是将原来代码的imageIO扩展部分进行简单的合并。合并的具体模块如下:

  • common-image、common-io、common-lang
  • imageio-core、imageio-metadata
  • imageio-bmp、imageio-jpeg、imageio-tiff、imageio-iff
  • servlet(com.twelvemonkeys.servlet.image.IIOProviderContextListener)
  1. *在web系统中使用需要在web.xml中注册IIOProviderContextListener监听器,
  2. *本代码需要在JDK 1.6+中运行

About

imageIO插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages