[fpc-devel] Fast Bitmap access

Amir Aavani Aavani at iust.ac.ir
Wed Jun 21 09:51:22 CEST 2006


Hi there,

In Delphi, accessing to pixels of a Bitmap image via the property of 
Pixels is very time-consuming. For fast Bitmap editing,  reading usually 
developers use ScanLine property, which returns a pointer to a row of 
images.
I want to see if there is a similar property in fpc's TBitmap 
implementation.

Amir




More information about the fpc-devel mailing list