Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
FreeImage_GetPitch | version 1.0 | no |
number FreeImage_GetPitch(number dib) |
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). |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |