Added to ascii conversion (very very experimental)

This commit is contained in:
Luna 2025-07-27 22:48:12 +02:00
parent 92a5143df8
commit 9e0f25dd82
7 changed files with 134 additions and 1 deletions

View file

@ -15,6 +15,8 @@ add_library(lily_png STATIC src/lily_png.cpp
src/filter.cpp
src/filter.h
src/convert.cpp
src/convert.h)
src/convert.h
src/ascii.cpp
src/ascii.h)
target_link_libraries(lily_png PRIVATE file_read ZLIB::ZLIB)