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

Bitmap header. More...

#include <image.h>

Public Attributes

uint32_t fileSize
 Total size of the bitmap in bytes.
 
uint16_t creator1
 Reserved field which can be application defined.
 
uint16_t creator2
 Reserved field which can be application defined.
 
uint32_t offset
 Offset in bytes to the beginning of the image data block.
 

Detailed Description

Bitmap header.

See the BMP file format specification for more details.

Definition at line 35 of file image.h.

Member Data Documentation

uint16_t bitmapHeader::creator1

Reserved field which can be application defined.

Definition at line 38 of file image.h.

uint16_t bitmapHeader::creator2

Reserved field which can be application defined.

Definition at line 39 of file image.h.

uint32_t bitmapHeader::fileSize

Total size of the bitmap in bytes.

Definition at line 37 of file image.h.

uint32_t bitmapHeader::offset

Offset in bytes to the beginning of the image data block.

Definition at line 40 of file image.h.


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