Rahul Sharma (Editor)

Graphics32

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Alex Denisov

Written in
  
Delphi, Free Pascal

Development status
  
Maintained

Developer(s)
  
Mattias Andersson, Andre Beckedorf, Christian Budde, Michael Bunk, Michael Hansen, Angus Johnson et al.

Initial release
  
March 9, 2000; 17 years ago (2000-03-09)

Stable release
  
1.9.1 / May 10, 2012; 4 years ago (2012-05-10)

Graphics32 is a free graphics library for Borland Delphi and Kylix optimized for 32-bit pixel formats which is licensed under the Mozilla Public License.

Contents

Graphics32 provides fast operations for pixels and graphic primitives and is almost a hundred times faster in per-pixel and about 2–5 times faster in drawing lines access than the standard components by Embarcadero which are wrappers for the Windows GDI. Additionally, it provides alpha blending, anti-aliasing as well as filters for resampling and deforming bitmaps.

Features

Some of Graphics32 features include:

  • Fast per-pixel access up to 100 times faster compared to standard TBitmap
  • High-performance Bitmap alpha blending (including per-pixel alpha blending)
  • Pixel, line and polygon antialiasing with sub-pixel accuracy (combined with alpha blending)
  • Bitmap resampling with high quality reconstruction filters (e.g. Lanczos, Cubic, Mitchell)
  • Flexible supersampling implementation for maximum sampling quality
  • Flicker-free image displaying components with optimized double buffering via advanced MicroTiles based repaint optimizer
  • Official website
  • Additional information
  • References

    Graphics32 Wikipedia


    Similar Topics