Package ij.io

Class TiffEncoder


  • public class TiffEncoder
    extends Object
    Saves an image described by a FileInfo object as an uncompressed, big-endian TIFF file.
    • Constructor Detail

      • TiffEncoder

        public TiffEncoder​(FileInfo fi)
    • Method Detail

      • write

        public void write​(OutputStream out)
                   throws IOException
        Saves the image as a TIFF file. The OutputStream is not closed. The fi.pixels field must contain the image data. If fi.nImages>1 then fi.pixels must be a 2D array. The fi.offset field is ignored.
        Throws:
        IOException