Java Advanced Imaging ImageIO Tools: Difference between revisions
Jump to navigation
Jump to search
New page: 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 <b>jar</b> files plus... |
No edit summary |
||
| Line 3: | Line 3: | ||
The ImageIO Tools consist of two <b>jar</b> files plus one or more files which are in native code for the platform. | The ImageIO Tools consist of two <b>jar</b> files plus one or more files which are in native code for the platform. | ||
JAR Files | ==JAR Files== | ||
<table style=" | <table border="1" style="padding:2px;"> | ||
<tr><th>File name</th><th>Description</th></tr> | |||
<tr> | <tr> | ||
<td>jai_imageio.jar</td> | <td>jai_imageio.jar</td> | ||
| Line 12: | Line 13: | ||
<tr> | <tr> | ||
<td>clibwrapper_jiio.jar.</td> | <td>clibwrapper_jiio.jar.</td> | ||
<td>codecLib JNI interfaces | <td>codecLib JNI interfaces.</td> | ||
<td>required.</td> | <td>required.</td> | ||
</tr> | </tr> | ||
</ | </table> | ||
Native Libraries | ==Native Libraries== | ||
<table> | <table border="thin solid gray"> | ||
<tr><th>File name</th><th>Description</th><th>Platform</th></tr> | <tr><th>File name</th><th>Description</th><th>Platform</th></tr> | ||
<tr><td>libclib_jiio.so</td><td>mediaLib JNI shared libraries, C version.</td><td>Linux</td></tr> | <tr><td>libclib_jiio.so</td><td>mediaLib JNI shared libraries, C version.</td><td>Linux</td></tr> | ||
Revision as of 17:56, 19 November 2009
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.
JAR Files
| File name | Description | |
|---|---|---|
| jai_imageio.jar | JAR file containing core JAI Image I/O class files. | required |
| clibwrapper_jiio.jar. | codecLib JNI interfaces. | required. |
Native Libraries
| File name | Description | Platform |
|---|---|---|
| libclib_jiio.so | mediaLib JNI shared libraries, C version. | Linux |
| clib_jiio.dll | codecLib JNI shared libraries. | Windows |
| clib_jiio_sse2.dll | mediaLib JNI DLL libraries, MMX version. | Windows |
| mlib_jai_util.dll | A utility to detect whether MMX is available. | Windows |