Class DIBHeader.BitmapCoreHeaderV2
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.DIBHeader
com.twelvemonkeys.imageio.plugins.bmp.DIBHeader.BitmapCoreHeaderV2
- Enclosing class:
DIBHeader
OS/2 BitmapCoreHeader Version 2.
NOTE: According to the docs this header is variable size.
However, it seems that the size is either 16, 40 or 64, which is covered
(40 is the size of the normal DIBHeader.BitmapInfoHeader
, and has the same layout).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.bmp.DIBHeader
DIBHeader.BitmapCoreHeader, DIBHeader.BitmapCoreHeaderV2, DIBHeader.BitmapInfoHeader, DIBHeader.BitmapV4InfoHeader, DIBHeader.BitmapV5InfoHeader
-
Field Summary
Fields inherited from class com.twelvemonkeys.imageio.plugins.bmp.DIBHeader
bitCount, cieXYZEndpoints, colorsImportant, colorSpaceType, colorsUsed, compression, gamma, height, imageSize, intent, masks, planes, profileData, profileSize, size, topDown, width, xPixelsPerMeter, yPixelsPerMeter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.DIBHeader
getBitCount, getColorsImportant, getColorsUsed, getCompression, getHeight, getImageSize, getPlanes, getSize, getWidth, getXPixelsPerMeter, getYPixelsPerMeter, hasMasks, read, toString
-
Constructor Details
-
BitmapCoreHeaderV2
BitmapCoreHeaderV2()
-
-
Method Details
-
read
- Specified by:
read
in classDIBHeader
- Throws:
IOException
-
write
-
getBMPVersion
- Specified by:
getBMPVersion
in classDIBHeader
-