Add AVIF and JXL image support with brotli metadata decompression

This commit is contained in:
s.ivanov
2026-06-15 09:28:49 +02:00
parent 1f4edbeb9d
commit 2b6d4e5d8b
6 changed files with 125 additions and 11 deletions

View File

@@ -16,6 +16,8 @@ IMG_EXTENSIONS = (
".tif",
".tiff",
".webp",
".avif",
".jxl",
".mp4"
)