Image32 is a 2D graphics library written in Delphi Pascal (and will only be useful to software developers who use a Delphi compiler). It provides an extensive range of image manipulation functions and includes a line and polygon renderer supporting a wide range of brush filling options.
Latest Version: | 4.8 |
Last Update: | 17 January 2025 |
Source code: | On GitHub |
Author: Angus Johnson
Freeware. Copyright © 2019-2024
Boost Software License Version 1. (Why Boost?)
Acknowledgement: Andreas Hausladen has made quite a number of contributions to the library that have very significantly improved its performance. Thanks Andreas!
What does the 32 refer to in Image32? It refers to the number of bits per pixel (bpp) used to store pixel data in memory - 8 bits for each of the three color channels (red, green & blue), and 8 bits for the alpha channel. Almost every modern computer and phone uses a 32bpp display, so there's little benefit in using higher bpp's to manipulate and store images.
Copyright ©2010-2023 Angus Johnson - Image32 4.8 - Help file built on 17 Jan 2025