Package | Description |
---|---|
ij | |
ij.io | |
ij.plugin |
Modifier and Type | Method and Description |
---|---|
FileInfo |
ImagePlus.getFileInfo()
Returns a FileInfo object containing information, including the
pixel array, needed to save this image.
|
FileInfo |
ImagePlus.getOriginalFileInfo()
Returns the FileInfo object that was used to open this image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImagePlus.setFileInfo(FileInfo fi)
Saves this image's FileInfo so it can be later
retieved using getOriginalFileInfo().
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
ImportDialog.getFileInfo()
Displays the dialog and returns a FileInfo object that can be used to
open the image.
|
static FileInfo |
ImportDialog.getLastFileInfo()
Returns the FileInfo object used to import the last raw image,
or null if a raw image has not been imported.
|
static FileInfo[] |
Opener.getTiffFileInfo(String path)
Returns the FileInfo of the specified TIFF file.
|
FileInfo[] |
TiffDecoder.getTiffInfo() |
Modifier and Type | Method and Description |
---|---|
ColorModel |
FileOpener.createColorModel(FileInfo fi)
Returns an IndexColorModel for the image specified by this FileInfo.
|
InputStream |
FileOpener.createInputStream(FileInfo fi)
Returns an InputStream for the image described by this FileInfo.
|
Properties |
FileOpener.decodeDescriptionString(FileInfo fi) |
ImagePlus |
Opener.openTiffStack(FileInfo[] info)
Attemps to open a tiff file as a stack.
|
void |
FileSaver.saveDisplayRangesAndLuts(ImagePlus imp,
FileInfo fi) |
void |
TiffDecoder.saveImageDescription(byte[] description,
FileInfo fi)
Save the image description in the specified FileInfo.
|
Constructor and Description |
---|
FileOpener(FileInfo fi) |
ImageReader(FileInfo fi)
Constructs a new ImageReader using a FileInfo object to describe the file to be read.
|
ImageWriter(FileInfo fi) |
TiffEncoder(FileInfo fi) |
Modifier and Type | Method and Description |
---|---|
void |
FileInfoVirtualStack.addImage(FileInfo fileInfo)
Adds an image to this stack.
|
Constructor and Description |
---|
FileInfoVirtualStack(FileInfo fi) |
FileInfoVirtualStack(FileInfo fi,
boolean show) |