BmpHeaderPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class BmpHeaderPackage extends CustomPackage
Represents BMP header info.
Learn more
| Method | Description |
|---|---|
| getHeaderSize() | Gets the size of the header in bytes. |
| getBitsPerPixel() | Gets the bits per pixel value. |
| getImageSize() | Gets the bitmap raw data size in bytes. |
| getPlanes() | Gets the number of planes. |
| getColorsImportant() | Gets the number of important palette colors. |
public final long getHeaderSize()
Gets the size of the header in bytes.
Returns: long - The size of the header in bytes.
public final int getBitsPerPixel()
Gets the bits per pixel value.
Returns: int - The bits per pixel value.
public final long getImageSize()
Gets the bitmap raw data size in bytes.
Returns: long - The bitmap raw data size in bytes.
public final int getPlanes()
Gets the number of planes.
Returns: int - The number of planes.
public final long getColorsImportant()
Gets the number of important palette colors.
Returns: long - The number of important palette colors.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.