Concept Framework 2.0 documentation Contents | Index

win32.graph.freeimage.FreeImage_GetBPP

Name Version Deprecated
FreeImage_GetBPP version 1.0 no

Prototype:
number FreeImage_GetBPP(number dib)


Description:
Get the size of one pixel in the bitmap in bits. For example when each pixel takes 32-bits of space in the bitmap, this function returns 32. Possible bit depths are 1, 4, 8, 16, 24, 32 for standard bitmaps and 16-, 32-, 48-, 64-, 96- and 128-bit for non standard bitmaps.

Returns:
Returns the size of one pixel in the bitmap in bits.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software