public class BmpImageData extends RawImageData
CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, typeCcitt
bpc, colorEncodingComponentsNumber, 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(URL url, boolean noHeader)
Creates instance of BmpImageData
|
Modifier and Type | Method and Description |
---|---|
boolean |
isNoHeader() |
getTypeCcitt, isRawImage, setTypeCcitt
canBeMask, canImageBeInline, getBpc, getColorEncodingComponentsNumber, getColorTransform, getData, getDecode, getDecodeParms, getDpiX, getDpiY, getFilter, getHeight, getImageAttributes, getImageMask, getOriginalType, getProfile, getRotation, getTransparency, getUrl, getWidth, getXYRatio, isDeflated, isInterpolation, isInverted, isMask, isSoftMask, makeMask, setBpc, setColorEncodingComponentsNumber, 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
protected BmpImageData(byte[] bytes, boolean noHeader)
BmpImageData
bytes
- contents of the image
noHeader
- indicates that the source image does not have a header
Copyright © 1998–2022 iText Group NV. All rights reserved.