Java Advanced Imaging ImageIO Tools
Jump to navigation
Jump to search
This article captures current information about the Java Advanced Imaging ImageIO Tools to document exactly what files are involved.
The ImageIO Tools consist of two jar files plus one or more files which are in native code for the platform.
1 JAR Files
File name | Description | Typical Location |
---|---|---|
jai_imageio.jar | JAR file containing core JAI Image I/O class files | jre/lib/ext |
clibwrapper_jiio.jar | codecLib JNI interfaces | jre/lib/ext |
2 Native Libraries
File name | Description | Platform | Typical Location |
---|---|---|---|
libclib_jiio.so | mediaLib JNI shared libraries | Linux | jre/i386 |
clib_jiio.dll | codecLib JNI shared libraries | Windows | jre/bin |
clib_jiio_sse2.dll | mediaLib JNI DLL libraries | Windows | jre/bin |
clib_jiio_util.dll | Utilities | Windows | jre/bin |
3 Notes
- All the binary builds are available on http://download.java.net/media/jai-imageio/builds/release/1.1/
- The jar files are required.
- The dll/so files are optional.
- The dll/so files provide acceleration for certain image types.
- The dll/so files may also provide support for additional image types.
- You can force the ImageIO Tools not to use the native libraries by starting a program with this switch:
- -Dcom.sun.media.imageio.disableCodecLib=true
Much more information is available at http://download.java.net/media/jai-imageio/builds/release/1.1/INSTALL-jai_imageio.html