public class Tiff extends ImageJRasterWriter
Writes a TIFF image using ImageJ.

The extension .tif is employed by default.

Author:
Owen Feehan
  • Constructor Details

    • Tiff

      public Tiff()
  • Method Details

    • writeRaster

      protected boolean writeRaster(ij.io.FileSaver fileSaver, String path, boolean asStack)
      Description copied from class: ImageJRasterWriter
      Writes an annotation to the filesystem at outPath.
      Specified by:
      writeRaster in class ImageJRasterWriter
      Parameters:
      fileSaver - imagej class for saving files
      path - where to write the annotation to
      asStack - whether the output will produce a stack (many images together) or not.
      Returns:
      true if successfully written.
    • fileFormat

      public ImageFileFormat fileFormat(StackWriteOptions writeOptions)
      Description copied from class: StackWriter
      The file format that will be written by the generator.
      Specified by:
      fileFormat in class StackWriter
      Parameters:
      writeOptions - options which may influence how a raster is written.
      Returns:
      the image file-format.