You can edit almost every page by Creating an account and confirming your email.

Graphics32

From EverybodyWiki Bios & Wiki


Graphics32 (GR32)
Original author(s)Alex Denisov
Developer(s)Mattias 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; 15 months ago (2025-03-18)
Repositorygithub.com/graphics32/graphics32
Written inDelphi, Free Pascal, Assembly language
Engine
    Operating systemWindows, Linux, OS X
    TypeGraphics library
    LicenseMPL, LGPL + Linking Exception
    Websitegithub.com/graphics32

    Search Graphics32 on Amazon.

    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

    Some of Graphics32's features include:

    References

    1. "Graphics32 ThickLines benchmark example".
    2. "Graphics32 documentation: Sampling and Rasterization".
    3. "Graphics32 documentation: Repaint optimizer".
    4. "Graphics32 documentation: Gradients".

    External links


    This article "Graphics32" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Graphics32. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.