From cc769d6a1ea4c47fc3f6d1b89dbbb02ab2f11897 Mon Sep 17 00:00:00 2001 From: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:01:05 +0200 Subject: [PATCH] add avif and heif Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com> --- lib/AppInfo/Application.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index a0f50f199..4997e7ded 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -50,7 +50,9 @@ class Application extends App implements IBootstrap { 'image/png', 'image/jpeg', 'image/heic', + 'image/heif', 'image/webp', + 'image/avif', // 'image/gif', // too rarely used for photos // 'image/x-xbitmap', // too rarely used for photos // 'image/bmp', // too rarely used for photos