Concept Framework 1.0 documentation Contents | Index

win32.graph.freeimage.FreeImage_GetPitch

Name Version Deprecated
FreeImage_GetPitch version 1.0 no

Prototype:
number FreeImage_GetPitch(number dib)


Description:
Get the width of the bitmap in bytes, rounded to the next 32-bit boundary, also known as pitch or stride or scan width. In FreeImage each scanline starts at a 32-bit boundary for performance reasons. This accessor in essential when using low level pixel manipulation functions (see also the chapter on Pixel access functions).

Returns:
Returns the width of the bitmap in bytes, rounded to the next 32-bit boundary, also known as pitch or stride or scan width.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software