summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhellosway <83884198+hellosway@users.noreply.github.com>2021-09-22 17:07:06 -0700
committerGitHub <noreply@github.com>2021-09-22 17:07:06 -0700
commit659def7138f897b82facf973bb644af5aef24d40 (patch)
tree0904d5f99140bc60a14dfd0380b3cbc7ff427fb8
parentec786201c81bb03f209693a85c995a2e482994ab (diff)
Recognize .jxl and .avif as image files
-rw-r--r--src/info/filetype.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info/filetype.rs b/src/info/filetype.rs
index 3e62f72..5fb7a26 100644
--- a/src/info/filetype.rs
+++ b/src/info/filetype.rs
@@ -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",
])
}