https://github.com/angusjohnson/image32
A comprehensive 2D graphics library written in Delphi Pascal
https://github.com/angusjohnson/image32
delphi fmx fpc graphics2d pascal renderer svg
Last synced: about 2 months ago
JSON representation
A comprehensive 2D graphics library written in Delphi Pascal
- Host: GitHub
- URL: https://github.com/angusjohnson/image32
- Owner: AngusJohnson
- License: bsl-1.0
- Created: 2022-05-26T06:08:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:47:41.000Z (about 1 year ago)
- Last Synced: 2025-03-11T12:35:06.930Z (about 1 year ago)
- Topics: delphi, fmx, fpc, graphics2d, pascal, renderer, svg
- Language: Pascal
- Homepage:
- Size: 410 MB
- Stars: 151
- Watchers: 18
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# Image32
## A 2D graphics library written in Delphi Pascal
Image32 is a comprehensive 2D graphics library written entirely in Delphi Pascal, and without dependencies on other libraries. It provides an extensive range of image manipulation and drawing functions.
### Other significant features include
1. A polygon renderer that supports a very wide range of drawing options including tiled images, and linear and radial gradient fills
2. Cross-platform support using either Delphi's FMX framework or the Lazarus pascal compiler
3. Native parsing of truetype font (ttf) files, Windows bitmap files (bmp), and SVG image files.
### Documentation
Extensive documentation can be found [**here**](http://www.angusj.com/image32/Docs/_Body.htm).
### Images & videos from demo sample applications

Layers201 video

Layers301 video

SVG101 video


Vectorize video

Drawing video

No VCL & no FMX 'experimental' app video