public final class BmpHeaderPackage extends CustomPackage
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets the bits per pixel value.
|
long |
getColorsImportant()
Gets the number of important palette colors.
|
long |
getHeaderSize()
Gets the size of the header in bytes.
|
long |
getImageSize()
Gets the bitmap raw data size in bytes.
|
int |
getPlanes()
Gets the number of planes.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final long getHeaderSize()
Gets the size of the header in bytes.
public final int getBitsPerPixel()
Gets the bits per pixel value.
public final long getImageSize()
Gets the bitmap raw data size in bytes.
public final int getPlanes()
Gets the number of planes.
public final long getColorsImportant()
Gets the number of important palette colors.