[Lazarus] Fast drawing to canvas
Marco van de Voort
marcov at stack.nl
Thu Feb 23 13:59:53 CET 2012
On Thu, Feb 09, 2012 at 01:02:18PM +0200, Graeme Geldenhuys wrote:
>
> A quick test on my system, using my own "animation" images.
>
> * using the fpGUI toolkit
> * Each BMP image is 140kb (fpGUI doesn't have PNG support yet)
If your imagetype supports topdown and bottomup, bmp reading and writing is
limited by I/O, since they are essentially binary dumps of pixeldata with a
header before it.
More information about the Lazarus
mailing list