File | Date | Author | Commit |
---|---|---|---|
Demos | 2019-10-24 |
![]() |
[8e050f] - moved some packages and extensions back to Ex... |
Doc | 2019-10-23 |
![]() |
[feff43] Added Readme file and updated logos. |
Extensions | 2019-11-04 |
![]() |
[00aa2e] Laz package fixes for macOS. |
Extras | 2019-11-04 |
![]() |
[00aa2e] Laz package fixes for macOS. |
Packages | 2019-11-04 |
![]() |
[00aa2e] Laz package fixes for macOS. |
Scripts | 2018-03-22 |
![]() |
[394830] Preparing new release: demo fixes for Linux #2 |
Source | 2019-10-24 |
![]() |
[8e050f] - moved some packages and extensions back to Ex... |
.gitignore | 2019-08-20 |
![]() |
[749ba2] Adding .gitignore (mainly a copy of .hgignore). |
.hgignore | 2018-03-16 |
![]() |
[85d9ed] Preparing new release: updating and fixing demo... |
.hgtags | 2020-01-27 |
![]() |
[77d46b] Added tag v0.80 for changeset 00aa2e18e4aa |
Readme.md | 2019-10-23 |
![]() |
[5b88b6] - updated paths in packages after the move to r... |
Object Pascal image loading, saving, and manipulation library.
https://github.com/galfar/imaginglib
https://bitbucket.org/galfar/imaginglib
Homepage: http://imaginglib.sf.net
Forum: https://galfar.vevb.net/imaging/smf
In the beginning, the goal of the library was to provide cross-platform native Object Pascal support for loading images in various file formats, do some basic operations like resizing and pixel format conversions, and save back - and all this without needing external dependencies both build time and run time.
Later, more features were added on top for convenience but the following still applies:
Loading and saving of these image file formats:
Supported platforms are:
Many internal image data formats and conversions:
Basic image manipulation functions working for all supported data formats and conversions between them (bilinear/bicubic resizing, rotation by any angle, color reduction, mipmap generation, ...).
Image drawing with blending, linear and nonlinear filters, point transforms, binary morphology, drawing lines, ellipses, rectangles, etc.
Low level library interface (accessible by other programming languages) and high level OOP one.
Extensions for creating OpenGL, Direct3D, and SDL textures/surfaces.
VCL, LCL, and FMX graphic classes and functions.
Support multi-images, direct access to image data,
user-specified file formats, overriding default read and write functions,
and more.
Imaging comes with two open source licenses from which you can choose the one which fits your needs best:
Developed by Marek Mauder.
Imaging started almost 20 years ago and since 2009 it is more or less in maintenance mode without big new features being added.
Anyway, it is still alive, updated to work with current compilers and platforms, and here and there a new feature gets in. Documentation can be pretty outdated though.