public final class BmpHeader extends Object
Represents BMP header info.
Constructor and Description |
---|
BmpHeader() |
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets the bits per pixel value.
|
int |
getColorsImportant()
Gets the colors important.
|
int |
getHeaderSize()
Gets the size of the header.
|
int |
getImageSize()
Gets the size of the image.
|
int |
getPlanes()
Gets the planes.
|
public final int getHeaderSize()
Gets the size of the header.
Value: The size of the header.public final int getBitsPerPixel()
Gets the bits per pixel value.
Value: The bits per pixel.public final int getImageSize()
Gets the size of the image.
Value: The size of the image.public final int getPlanes()
Gets the planes.
Value: The planes.public final int getColorsImportant()
Gets the colors important.
Value: The colors important.Copyright © 2017. All rights reserved.