add image scaler (box sampling)

This commit is contained in:
Green Sky
2025-11-05 00:01:42 +01:00
parent 2afa7a88a5
commit e8a15a58dd
3 changed files with 152 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ target_sources(tomato PUBLIC
./image_loader_qoi.cpp
./image_loader_sdl_image.hpp
./image_loader_sdl_image.cpp
./image_scaler.hpp
./image_scaler.cpp
./texture_uploader.hpp
./sdlrenderer_texture_uploader.hpp