banan-os/LibImage
Bananymous 1b5a01a6c9 LibImage: Add support for PNG images
I have not tested images with less than 8 bits per color or images with
indexed color as gimp could not export those. There is currently no
support for interlaced images.
2024-06-18 02:37:46 +03:00
..
include/LibImage LibImage: Start work on PNG decoding 2024-06-17 22:58:59 +03:00
CMakeLists.txt LibImage: Compile with -O3 2024-06-17 23:03:52 +03:00
Image.cpp LibImage: Start work on PNG decoding 2024-06-17 22:58:59 +03:00
Netbpm.cpp LibImage: Add image format probing 2024-06-17 22:14:43 +03:00
PNG.cpp LibImage: Add support for PNG images 2024-06-18 02:37:46 +03:00