| java.lang.Object com.sun.media.imageio.plugins.tiff.TIFFCompressor com.sun.media.imageioimpl.plugins.tiff.TIFFLSBCompressor
TIFFLSBCompressor | public class TIFFLSBCompressor extends TIFFCompressor (Code) | | Uncompressed data with LSB-to-MSB fill order.
|
Method Summary | |
public int | encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) |
TIFFLSBCompressor | public TIFFLSBCompressor()(Code) | | |
encode | public int encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) throws IOException(Code) | | |
|
|