|
Class Summary |
| FileInfo |
This class consists of public fields that describe an image file. |
| FileOpener |
Opens or reverts an image specified by a FileInfo object. |
| FileSaver |
Saves images in tiff, gif, jpeg and raw format. |
| GifEncoder |
GifEncoder - writes out an image as a GIF. |
| ImageReader |
Reads raw 8-bit, 16-bit or 32-bit (float or RGB)
images from a stream or URL. |
| ImageWriter |
Writes a raw image described by a FileInfo object to an OutputStream. |
| ImportDialog |
This is a dialog box used to imports raw 8, 16, 24 and 32-bit images. |
| JpegEncoder |
Writes images to stream in JPEG format. |
| OpenDialog |
This class displays a dialog window from
which the user can select an input file. |
| Opener |
Opens tiff (and tiff stacks), dicom, fits, pgm, jpeg, bmp or
gif images, and look-up tables, using a file open dialog or a path. |
| PluginClassLoader |
ImageJ uses this class loader to load plugins from the plugins
folder. |
| RandomAccessStream |
This is a class that uses a memory cache to allow seeking within
an InputStream. |
| SaveDialog |
This class displays a dialog window from
which the user can save a file. |
| TextEncoder |
Saves an image described by an ImageProcessor object as a tab-delimited text file. |
| TiffDecoder |
Decodes uncompressed, multi-image TIFF files. |
| TiffEncoder |
Saves an image described by a FileInfo object as an uncompressed, big-endian TIFF file. |