public class BmpImageData extends RawImageData
CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, 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 |
BmpImageData(byte[] bytes, boolean noHeader)
Creates instance of BmpImageData
|
protected |
BmpImageData(byte[] bytes, boolean noHeader, int size)
Deprecated.
will be removed in 7.2
|
protected |
BmpImageData(URL url, boolean noHeader)
Creates instance of BmpImageData
|
protected |
BmpImageData(URL url, boolean noHeader, int size)
Deprecated.
will be removed in 7.2
|
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Deprecated.
will be removed in 7.2
|
boolean |
isNoHeader() |
getTypeCcitt, isRawImage, setTypeCcitt
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
protected BmpImageData(URL url, boolean noHeader)
BmpImageData
url
- url of the image
noHeader
- indicates that the source image does not have a header
@Deprecated protected BmpImageData(URL url, boolean noHeader, int size)
BmpImageData
url
- url of the image
noHeader
- indicates that the source image does not have a header
size
- the size of the image (length of the byte array)
protected BmpImageData(byte[] bytes, boolean noHeader)
BmpImageData
bytes
- contents of the image
noHeader
- indicates that the source image does not have a header
@Deprecated protected BmpImageData(byte[] bytes, boolean noHeader, int size)
BmpImageData
bytes
- contents of the image
noHeader
- indicates that the source image does not have a header
size
- the size of the image (length of the byte array)
@Deprecated public int getSize()
public boolean isNoHeader()
Copyright © 1998–2023 iText Group NV. All rights reserved.