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.
public final int getBitsPerPixel()
Gets the bits per pixel value.
public final int getImageSize()
Gets the size of the image.
public final int getPlanes()
Gets the planes.
public final int getColorsImportant()
Gets the colors important.
Copyright © 2018. All rights reserved.