SR Research Support Site
Data Fields
EYEBITMAP Struct Reference

Represents a bitmap image. More...

Data Fields

INT32 w
 
INT32 h
 
INT32 pitch
 
INT32 depth
 
void * pixels
 
EYEPIXELFORMATformat
 

Detailed Description

Represents a bitmap image.

Field Documentation

INT32 depth

Depth of the image. possible values are 8,15,16,24,32

EYEPIXELFORMAT* format

pixel format of the image.

INT32 h

height of the image

INT32 pitch

pitch of image lines. This can be 0. if this is 0, then ((depth+7)/8)*width is used

void* pixels

uncompressed pixel data

INT32 w

width of the image


Copyright ©2002-2021, SR Research Ltd.