add stb png and jpg encoders, untested

This commit is contained in:
2023-10-06 13:16:45 +02:00
parent f1f67fe1ba
commit 62b00a4bd6
8 changed files with 83 additions and 11 deletions

View File

@ -71,6 +71,7 @@ target_link_libraries(tomato PUBLIC
imgui_backend_sdlrenderer3
stb_image
stb_image_write
webpdemux
libwebpmux # the f why (needed for anim encode)
)