Recognize .jxl and .avif as image files

This commit is contained in:
hellosway 2021-09-22 17:07:06 -07:00 committed by GitHub
parent ec786201c8
commit 659def7138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ impl FileExtensions {
"png", "jfi", "jfif", "jif", "jpe", "jpeg", "jpg", "gif", "bmp",
"tiff", "tif", "ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
"svg", "stl", "eps", "dvi", "ps", "cbr", "jpf", "cbz", "xpm",
"ico", "cr2", "orf", "nef", "heif",
"ico", "cr2", "orf", "nef", "heif", "avif", "jxl",
])
}