/image-ada

Primary LanguageAdaGNU Lesser General Public License v2.1LGPL-2.1

Images to Ada

A small library to load images as pixels arrays into Ada code.

Supports PNM image formats [1] PBM [2], PGM [3] and PPM [4] as of 2024-07-25. Offers generic packages for grayscale and 3-color (RGB) rasters.

Refs.:

[1] The home page for Netpbm. URL: https://netpbm.sourceforge.net/ [accessed 2024-07-25T14:38+03:00].

[2] PBM format description. URL: https://netpbm.sourceforge.net/doc/pbm.html [accessed 2024-07-25T14:42+03:00].

[3] PGM format description. URL: https://netpbm.sourceforge.net/doc/pgm.html [accessed 2024-07-25T14:43+03:00].

[4] PPM format description. URL: https://netpbm.sourceforge.net/doc/ppm.html [accessed 2024-07-25T14:44+03:00].