Concept Framework 2.2 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: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications