What image types can AimAdt handle?
The answer depends on several factors. Under Java version 1.4.2, AimAdt can directly read the following image types from disk, whether it is in stand-alone mode or interface mode: • GIF • JPEG • PNG Java version 1.5 (5.0) adds support for: • BMP • WBMP Finally, if you install the Java Advanced Imaging (JAI) Image I/O Tools package*, AimAdt can read these additional types: • BMP • WBMP • JPEG 2000 • PNM • TIFF (*Information on installing the JAI Image I/O Tools package can be found on the AimAdt support site, which you can get to through the AimAdt Support page. Read the document entitled “JAI Image I/O Tools” in the “Sections” area.) When interfacing with a Java program, AimAdt can accept the Raster object of any of the above supported image types, as well as any Raster that can be legally created in-memory. It can also accept a BufferedImage or AimImage object. (the AimImage class reads and writes AimAdt Array format images). AimAdt does not currently accept any image type objects fro