heic
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-11-13 09:24:10 +03:00
parent 455d66cfb2
commit 72c8250818
3 changed files with 6 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ pub async fn thumbdata_save(
// Определяем выходной формат
let output_ext = match ext.as_str() {
"heic" | "heif" | "tiff" | "tif" => "jpg", // Конвертируем HEIC и TIFF в JPEG
"heic" | "heif" => "jpg", // Конвертируем HEIC в JPEG
_ => &ext
};