LibImage: Start work on PNG decoding

This patch adds PNG decoder that currently only inflates the PNG's zlib
deflate stream
This commit is contained in:
2024-06-17 18:04:18 +03:00
parent aaf7a249c6
commit 65c6d62a15
4 changed files with 684 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ project(libimage CXX)
set(LIBIMAGE_SOURCES
Image.cpp
Netbpm.cpp
PNG.cpp
)
add_custom_target(libimage-headers