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