public class RawImageData extends ImageData
Modifier and Type | Field and Description |
---|---|
static int |
CCITT_BLACKIS1
A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,
|
static int |
CCITT_ENCODEDBYTEALIGN
A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.
|
static int |
CCITT_ENDOFBLOCK
A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter.
|
static int |
CCITT_ENDOFLINE
A flag indicating whether end-of-line bit patterns are required to be present in the encoding.
|
static int |
CCITTG3_1D
Pure one-dimensional encoding (Group 3, 1-D)
|
static int |
CCITTG3_2D
Mixed one- and two-dimensional encoding (Group 3, 2-D)
|
static int |
CCITTG4
Pure two-dimensional encoding (Group 4)
|
protected int |
typeCcitt |
bpc, colorSpace, colorTransform, data, decode, decodeParms, deflated, dpiX, dpiY, filter, height, imageAttributes, imageMask, imageSize, interpolation, inverted, mask, mySerialId, originalType, profile, rotation, transparency, url, width, XYRatio
Modifier | Constructor and Description |
---|---|
protected |
RawImageData(byte[] bytes, ImageType type) |
protected |
RawImageData(URL url, ImageType type) |
Modifier and Type | Method and Description |
---|---|
int |
getTypeCcitt() |
boolean |
isRawImage() |
void |
setTypeCcitt(int typeCcitt) |
canBeMask, canImageBeInline, getBpc, getColorSpace, getColorTransform, getData, getDecode, getDecodeParms, getDpiX, getDpiY, getFilter, getHeight, getImageAttributes, getImageMask, getOriginalType, getProfile, getRotation, getTransparency, getUrl, getWidth, getXYRatio, isDeflated, isInterpolation, isInverted, isMask, isSoftMask, makeMask, setBpc, setColorSpace, setColorTransform, setDecode, setDeflated, setDpi, setFilter, setHeight, setImageAttributes, setImageMask, setInterpolation, setInverted, setProfile, setRotation, setTransparency, setUrl, setWidth, setXYRatio
public static final int CCITTG4
public static final int CCITTG3_1D
public static final int CCITTG3_2D
public static final int CCITT_BLACKIS1
public static final int CCITT_ENCODEDBYTEALIGN
public static final int CCITT_ENDOFLINE
public static final int CCITT_ENDOFBLOCK
protected int typeCcitt
protected RawImageData(byte[] bytes, ImageType type)
public boolean isRawImage()
isRawImage
in class ImageData
public int getTypeCcitt()
public void setTypeCcitt(int typeCcitt)
Copyright © 1998–2023 iText Group NV. All rights reserved.