Uses of Class
ij.io.FileInfo
Packages that use FileInfo
-
Uses of FileInfo in ij
Modifier and TypeMethodDescriptionImagePlus.getFileInfo()
Returns a FileInfo object containing information, including the pixel array, needed to save this image.ImagePlus.getOriginalFileInfo()
Returns the FileInfo object that was used to open this image.Modifier and TypeMethodDescriptionvoid
ImagePlus.setFileInfo
(FileInfo fi) Saves this image's FileInfo so it can be later retieved using getOriginalFileInfo(). -
Uses of FileInfo in ij.io
Modifier and TypeMethodDescriptionImportDialog.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 TypeMethodDescriptionFileOpener.createColorModel
(FileInfo fi) Returns an IndexColorModel for the image specified by this FileInfo.FileOpener.createInputStream
(FileInfo fi) Returns an InputStream for the image described by this FileInfo.FileOpener.decodeDescriptionString
(FileInfo fi) 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.ModifierConstructorDescriptionFileOpener
(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) -
Uses of FileInfo in ij.plugin
Modifier and TypeMethodDescriptionvoid
Adds an image to this stack.static ImagePlus
Opens the image at 'filePath' using the format specified by 'fi'.static ImagePlus
Opens all the images in the specified directory as a stack, using the format specified by 'fi'.static ImagePlus
Raw.openAllVirtual
(String directory, FileInfo fi) Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.ModifierConstructorDescriptionFileInfoVirtualStack
(FileInfo[] fi) FileInfoVirtualStack
(FileInfo fi, boolean show)