Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
bitmapInformationHeader Struct Reference

Bitmap information header. More...

#include <image.h>

Public Attributes

uint32_t size
 
int32_t width
 
int32_t height
 
uint16_t numberOfColorPlanes
 
uint16_t bitsPerPixel
 
uint32_t compressionType
 
uint32_t rawBitmapSize
 
int32_t horizontalResolution
 
int32_t verticalResolution
 
uint32_t numberOfColors
 
uint32_t numberOfImportantColors
 

Detailed Description

Bitmap information header.

See the BMP file format specification for more details.

Definition at line 47 of file image.h.

Member Data Documentation

uint16_t bitmapInformationHeader::bitsPerPixel

Number of bits per pixel in the image.

Definition at line 53 of file image.h.

uint32_t bitmapInformationHeader::compressionType

Compression type. Use 0 for uncompressed.

Definition at line 54 of file image.h.

int32_t bitmapInformationHeader::height

Height of the image.

Definition at line 51 of file image.h.

int32_t bitmapInformationHeader::horizontalResolution

Resolution is in pixels per meter.

Definition at line 56 of file image.h.

uint16_t bitmapInformationHeader::numberOfColorPlanes

The number of colour planes. The only legal value is 1.

Definition at line 52 of file image.h.

uint32_t bitmapInformationHeader::numberOfColors

Number of colours in the image, can be left as 0.

Definition at line 58 of file image.h.

uint32_t bitmapInformationHeader::numberOfImportantColors

Generally ignored by applications.

Definition at line 59 of file image.h.

uint32_t bitmapInformationHeader::rawBitmapSize

Size of the image data including padding (does not include the size of the headers).

Definition at line 55 of file image.h.

uint32_t bitmapInformationHeader::size

Size of the information headers in bytes.

Definition at line 49 of file image.h.

int32_t bitmapInformationHeader::verticalResolution

Resolution is in pixels per meter.

Definition at line 57 of file image.h.

int32_t bitmapInformationHeader::width

Width of the image.

Definition at line 50 of file image.h.


The documentation for this struct was generated from the following file: