Uses of Class
loci.formats.tiff.IFD
Packages that use IFD
Package
Description
Package containing Bio-Formats file format readers.
Package containing Bio-Formats file format writers.
Package containing Bio-Formats TIFF code of general utility.
-
Uses of IFD in loci.formats.in
Fields in loci.formats.in declared as IFDModifier and TypeFieldDescriptionprotected IFDDNGReader.originalThe original IFD.protected IFDNikonReader.originalThe original IFD.Methods in loci.formats.in that return IFDModifier and TypeMethodDescriptionprivate static IFDOMETiffReader.getFirstIFD(String fname) protected IFDSVSReader.getIFD(int no) Get the IFD corresponding to the given plane in the current series.private IFDTake the real IFD on disk and reshape it into something that represents only the given plane.Methods in loci.formats.in with parameters of type IFDModifier and TypeMethodDescriptionprotected byte[]protected longMinimalTiffReader.getCompressedByteCount(IFD ifd, int x, int y) private loci.common.RandomAccessInputStreamprivate long[]NDPIReader.getMarkers(IFD ifd) Get the array of restart markers (offsets) for the given IFD.private StringBaseTiffReader.getResolutionUnitFromComment(IFD ifd) Extracts the resolution unit symbol from the comment fieldprotected intMinimalTiffReader.getTileIndex(IFD ifd, int x, int y) Get the index of the tile corresponding to given IFD (plane) and tile XY indexes.private byte[]FlowSightReader.openBitmaskBytes(IFD ifd, int imageWidth, int imageHeight) Decode the whole IFD plane using bitmask compressionprivate byte[]FlowSightReader.openGreyscaleBytes(IFD ifd, int imageWidth, int imageHeight) Decode the whole IFD plane using greyscale compressionprotected voidprotected voidprotected voidprotected voidprivate voidNDPIReader.resetStream(IFD ifd) protected voidMinimalTiffReader.setResolutionLevel(IFD ifd) Sets the resolution level when we have JPEG 2000 compressed data.private IFDTake the real IFD on disk and reshape it into something that represents only the given plane.private booleanNDPIReader.useTiffParser(IFD ifd) -
Uses of IFD in loci.formats.out
Fields in loci.formats.out declared as IFDMethods in loci.formats.out that return IFDModifier and TypeMethodDescriptionprotected IFDPyramidOMETiffWriter.makeIFD()protected IFDTiffWriter.makeIFD()Methods in loci.formats.out with parameters of type IFDModifier and TypeMethodDescriptionprivate voidTiffWriter.formatCompression(IFD ifd) Sets the compression code for the specified IFD.protected intTiffWriter.prepareToWriteImage(int no, byte[] buf, IFD ifd, int x, int y, int w, int h) Performs the preparation for work prior to the usage of the TIFF saver.voidvoidvoidSaves the given image to the specified (possibly already open) file.voidSaves the given image to the specified series in the current file. -
Uses of IFD in loci.formats.tiff
Fields in loci.formats.tiff declared as IFDModifier and TypeFieldDescriptionprivate IFDTiffParser.firstIFDCached first IFD in the current file.Methods in loci.formats.tiff that return IFDModifier and TypeMethodDescriptionTiffParser.getFirstIFD()Gets the first IFD within the TIFF file, or null if the input source is not a valid TIFF file.TiffParser.getIFD(long offset) Gets the IFD stored at the given offset.Methods in loci.formats.tiff with parameters of type IFDModifier and TypeMethodDescriptionstatic voidTiffCompression.difference(byte[] input, IFD ifd) Performs in-place differencing according to the given predictor value.voidFill in IFD entries that are stored at an arbitrary offset.int[]TiffParser.getColorMap(IFD ifd) Retrieve the color map associated with the given IFD.TiffCompression.getCompressionCodecOptions(IFD ifd) Creates a set of codec options for compression.TiffCompression.getCompressionCodecOptions(IFD ifd, CodecOptions opt) Creates a set of codec options for compression.byte[]TiffParser.getSamples(IFD ifd, byte[] buf) byte[]TiffParser.getSamples(IFD ifd, byte[] buf, int x, int y, long width, long height) byte[]TiffParser.getSamples(IFD ifd, byte[] buf, int x, int y, long width, long height, int overlapX, int overlapY) TiffParser.getSubIFDs(IFD ifd) Returns the SUBIFDS belonging to a given IFD.byte[]voidTiffSaver.makeValidIFD(IFD ifd, int pixelType, int nChannels) Makes a valid IFD.static voidTiffCompression.undifference(byte[] input, IFD ifd) Undoes in-place differencing according to the given predictor value.static voidTiffParser.unpackBytes(byte[] samples, int startIndex, byte[] bytes, IFD ifd) Extracts pixel information from the given byte array according to the bits per sample, photometric interpretation and color map IFD directory entry values, and the specified byte ordering.voidWrite the given IFD to the open stream.voidWrite the given IFD to the open stream.private voidTiffSaver.writeIFDStrips(IFD ifd, int no, byte[][] strips, int nChannels, boolean last, int x, int y, long defaultByteCount) voidTiffSaver.writeImage(byte[] buf, IFD ifd, int no, int pixelType, boolean last) voidTiffSaver.writeImage(byte[] buf, IFD ifd, int no, int pixelType, int x, int y, int w, int h, boolean last) Writes to any rectangle from the passed block.voidTiffSaver.writeImage(byte[] buf, IFD ifd, int no, int pixelType, int x, int y, int w, int h, boolean last, Integer nChannels, boolean copyDirectly) voidTiffSaver.writeImageIFD(IFD ifd, int no, byte[][] strips, int nChannels, boolean last, int x, int y) Performs the actual work of dealing with IFD data and writing it to the TIFF for a given image or sub-image.Constructors in loci.formats.tiff with parameters of type IFD