full on qoi

This commit is contained in:
2024-03-04 13:38:55 +01:00
parent f4fe94dfe6
commit db54afd180
8 changed files with 122 additions and 1 deletions

View File

@ -25,6 +25,8 @@ add_executable(tomato
./image_loader_stb.cpp
./image_loader_webp.hpp
./image_loader_webp.cpp
./image_loader_qoi.hpp
./image_loader_qoi.cpp
./texture_uploader.hpp
./sdlrenderer_texture_uploader.hpp
@ -90,5 +92,6 @@ target_link_libraries(tomato PUBLIC
stb_image_write
webpdemux
libwebpmux # the f why (needed for anim encode)
qoi
)