|
JAI ImageIO plugins for ImageJ - API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
BufferedImageCreator | Creates/converts BufferedImage objects from Image/J's ImageProcessor or ImagePlus. |
DescriptionStringCoder | Decodes and encodes description strings used by ImageJ to store extra image info in TIFF description field. |
EncoderParamDialog | |
ImageFileChooser | Extension of JFileChooser with ability to return pages selected in multi-image files (e.g. |
ImagePageSelectionDialog | Dialog for selecting pages in multi-image files. |
ImagePlusCreator | Creates/converts Image/J's image objects from Java2D/JAI representation. |
JAIFileChooserFactory | Factory for creation of JAI IO customized file choosers. |
JAIFileFilter | File filter that detects image files supported by registered JAI codecs. |
JAIFilePreviewer | A utility for JAIFIleChooser that displays preview image, image file size, and image dimensions. |
JaiioUtil | |
JAIReader | Read image files using JAI image I/O codec (http://developer.java.sun.com/developer/sampsource/jai/) and convert them to Image/J representation. |
JAIReader.ImageInfo | |
JAIWriter | Writes images to files using JAI image I/O codec . |
SaveImageFileChooser | Extension of JFileChooser with ability to return pages selected in multi-image files (e.g. |
TIFFEncodeParamPanel | Component for editing TIFF encoding options represented by
non_com.media.jai.codec.TIFFEncodeParam . |
Exception Summary | |
UnsupportedImageFileFormatException | Used to indicate that an attempt was made to read in unsupported format. |
UnsupportedImageModelException | May be thrown when uncountared an image that is unable to intrepret. |
Image I/O library implements core functionality of ij-plugins
Image I/O bundle. The library adds to ImageJ support for
additional image file formats and their variants. Most important
additions include:
Image I/O plugins can read/write image calibration information from TIFF files. Standard TIFF image calibration tags are supported (X_RESOLUTION, Y_RESOLUTION, RESOLUTION_UNIT).
Additionally Image I/O can read images in BMP, FlashPiX, GIF, JPEG, PNG, and PNM formats; and save images in BMP, and JPEG formats.
Image I/O makes use of Java Advance Imaging (JAI) codecs released by SUN as uncommitted source code for JAI 1.1.1 codecs . The plugin bundle is completely self contained. All used codec classes are included in the bundle and there is no need to install JAI itself to use the bundle.
|
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |