tools: update iris.c

This commit is contained in:
luboslenco
2026-06-17 23:27:42 +02:00
parent 20be299c4e
commit 5a283b91f9
7 changed files with 387 additions and 38 deletions
+7
View File
@@ -24,6 +24,13 @@ typedef struct iris_upscale iris_upscale_t;
*/
iris_upscale_t *iris_upscale_load(const char *path);
/*
* Enable "tileable" mode: subtract the smoothest periodic field that makes the
* upscaled image wrap seamlessly, so a tileable input stays tileable after 4x
* upscaling. Off by default.
*/
void iris_upscale_set_tileable(iris_upscale_t *model, int on);
/*
* Free the model and its resources.
*/