Graphics32

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Graphics32 (GR32)
Original authorAlex Denisov
DevelopersMattias Andersson, Andre Beckedorf, Christian Budde, Michael Bunk, Michael Hansen, Angus Johnson, Anders Melander, et al.
Initial releaseMarch 9, 2000; 26 years ago (2000-03-09)
Stable release
3.0 / March 18, 2025; 12 months ago (2025-03-18)
Repositorygithub.com/graphics32/graphics32
Written inDelphi, Free Pascal, Assembly language
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemWindows, Linux, OS X
    TypeGraphics library
    LicenseMPL, LGPL + Linking Exception
    Websitegithub.com/graphics32

    Graphics32 is an Open source 2D graphics library for Delphi and Free Pascal optimized for 32-bit pixel formats.

    Graphics32 provides fast operations for pixels and graphic primitives and is almost a hundred times faster at per-pixel access and about 50–100 times faster at drawing lines than GDI and GDI+.[1] Additionally, it provides alpha blending, anti-aliasing, and 2D vector graphics as well as filters for resampling and transforming bitmaps.

    The library makes heavy use of hand-optimized SIMD assembler code in performance hotspots and utilizes CPU dispatching to automatically chose between several different code paths based on the features supported by the host processor. On processors where no supported assembly implementations are available the library falls back to pure Pascal code.

    Features

    [edit | edit source]

    Some of Graphics32's features include:

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]