| |
|
| org.libtiff.jai.codecimpl.XTIFFImageEncoder
XTIFFImageEncoder | public class XTIFFImageEncoder extends TIFFImageEncoder (Code) | | A baseline TIFF writer. The writer outputs TIFF images in either Bilevel,
Greyscale, Palette color or Full Color modes.
|
Method Summary | |
public void | encode(RenderedImage im) Encodes a RenderedImage and writes the output to the OutputStream
associated with this ImageEncoder. | protected int | getSampleSize() | protected int | getTileSize() |
XTIFF_BILEVEL_BLACK_IS_ZERO | final public static int XTIFF_BILEVEL_BLACK_IS_ZERO(Code) | | |
XTIFF_BILEVEL_WHITE_IS_ZERO | final public static int XTIFF_BILEVEL_WHITE_IS_ZERO(Code) | | |
XTIFF_FULLCOLOR | final public static int XTIFF_FULLCOLOR(Code) | | |
XTIFF_GREYSCALE | final public static int XTIFF_GREYSCALE(Code) | | |
XTIFF_PALETTE | final public static int XTIFF_PALETTE(Code) | | |
compression | int compression(Code) | | |
currentOffset | long currentOffset(Code) | | |
dataTypeIsShort | boolean dataTypeIsShort(Code) | | |
firstIFDOffset | long firstIFDOffset(Code) | | |
sampleModel | SampleModel sampleModel(Code) | | |
sampleSize | int sampleSize(Code) | | |
stripTileByteCounts | long stripTileByteCounts(Code) | | |
stripTileOffsets | long stripTileOffsets(Code) | | |
tileLength | long tileLength(Code) | | |
tileWidth | long tileWidth(Code) | | |
XTIFFImageEncoder | public XTIFFImageEncoder(OutputStream output, ImageEncodeParam param)(Code) | | Standard constructor
|
encode | public void encode(RenderedImage im) throws IOException(Code) | | Encodes a RenderedImage and writes the output to the OutputStream
associated with this ImageEncoder.
|
getSampleSize | protected int getSampleSize()(Code) | | |
getTileSize | protected int getTileSize()(Code) | | |
|
|
|