From 659def7138f897b82facf973bb644af5aef24d40 Mon Sep 17 00:00:00 2001 From: hellosway <83884198+hellosway@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:07:06 -0700 Subject: [PATCH] Recognize .jxl and .avif as image files --- src/info/filetype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]) }