From 269f3880d72d3e16fcaffb0986037f6022ce8ce1 Mon Sep 17 00:00:00 2001 From: azy Date: Fri, 7 Feb 2025 11:54:01 +0800 Subject: [PATCH] tif format as been tested and works --- television/utils/files.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/television/utils/files.rs b/television/utils/files.rs index d3670e7..ee83697 100644 --- a/television/utils/files.rs +++ b/television/utils/files.rs @@ -511,7 +511,8 @@ lazy_static! { //"pnm", //"qoi", //"tga", - //"tiff", + "tif", + "tiff", "webp", ]