
Graphics32 is a graphics library for Delphi and Lazarus designed for high-performance graphics programming. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives that considerably outperforms the standard TBitmap/TCanvas methods. In most cases it even surpasses corresponding GDI+ functions in either performance or quality.
The library comes with full source code, documentation and examples.