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:
@@ -5,6 +5,7 @@ project(libimage CXX)
|
||||
set(LIBIMAGE_SOURCES
|
||||
Image.cpp
|
||||
Netbpm.cpp
|
||||
PNG.cpp
|
||||
)
|
||||
|
||||
add_custom_target(libimage-headers
|
||||
|
||||
Reference in New Issue
Block a user