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