public class TIFFFaxDecoder extends Object
Modifier and Type | Field and Description |
---|---|
static short[] |
additionalMakeup |
static byte[] |
flipTable |
Constructor and Description |
---|
TIFFFaxDecoder(int fillOrder, int w, int h) |
Modifier and Type | Method and Description |
---|---|
void |
decode1D(byte[] buffer, byte[] compData, int startX, int height) |
void |
decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options) |
void |
decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset) |
void |
decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options) |
static void |
reverseBits(byte[] b)
Reverses the bits in the array
|
void |
setRecoverFromImageError(boolean recoverFromImageError) |
public static byte[] flipTable
public static short[] additionalMakeup
public TIFFFaxDecoder(int fillOrder, int w, int h)
fillOrder
- The fill order of the compressed data bytes.
w
- width
h
- height
public static void reverseBits(byte[] b)
b
- the bits to reverse
public void decode1D(byte[] buffer, byte[] compData, int startX, int height)
public void decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
public void decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
public void decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
public void setRecoverFromImageError(boolean recoverFromImageError)
Copyright © 1998–2018 iText Group NV. All rights reserved.