Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public int | encode(byte[]
an array of b, int byte s containing the packed
but uncompressed image data.the starting offset of the data to be written in the
array off, int b .the width of the rectangle of pixels to be written. width, int the height of the rectangle of pixels to be written. height, int[] an array of bitsPerSample, int int s indicting
the number of bits used to represent each image sample within
a pixel.the number of bytes separating each
row of the input data. scanlineStride)Implements abstract com. Encodes the supplied image data, writing to the currently set
|
TIFFNullCompressor | back to summary |
---|---|
public TIFFNullCompressor() |
encode | back to summary |
---|---|
public int encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) throws IOException Implements abstract com. Doc from com. Encodes the supplied image data, writing to the currently set
|