Added to ascii conversion (very very experimental)
This commit is contained in:
parent
92a5143df8
commit
9e0f25dd82
7 changed files with 134 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue