All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.io.TiffEncoder

java.lang.Object
   |
   +----ij.io.TiffEncoder

public class TiffEncoder
extends Object
Saves an image described by a FileInfo object as an uncompressed TIFF file.


Constructor Index

 o TiffEncoder(FileInfo)

Method Index

 o write(DataOutputStream)
Saves the image as a TIFF file.

Constructors

 o TiffEncoder
 public TiffEncoder(FileInfo fi)

Methods

 o write
 public void write(DataOutputStream out) throws IOException
Saves the image as a TIFF file.


All Packages  Class Hierarchy  This Package  Previous  Next  Index