Class TIFFOutputDevice

  • All Implemented Interfaces:
    Serializable

    public class TIFFOutputDevice
    extends ImageOutputDevice
    An OutputDevice generating TIFF raster images. TIFF is a loose collection of formats, now largely superceded by PNG except in applications where backward compatibility or special compression is required. The TIFF file format is described in the TIFF 6.0 Specification published by Adobe Systems Incorporated.
    See Also:
    Serialized Form
    • Constructor Detail

      • TIFFOutputDevice

        public TIFFOutputDevice()
    • Method Detail

      • getMaxStripSize

        public int getMaxStripSize()
        Returns:
        the maximum (uncompressed) size of a strip.
      • setMaxStripSize

        public void setMaxStripSize​(int maxStripSize)
        Set the maximum (uncompressed) size of a strip.
        Parameters:
        maxStripSize - maximum (uncompressed) size of a strip.