From bfacaa0baabf8ad567f6dfc02258853b149fbe4b Mon Sep 17 00:00:00 2001 From: Benstone Zhang Date: Tue, 25 Apr 2023 21:42:32 +0800 Subject: [PATCH] Support HEIC format Signed-off-by: Benstone Zhang --- lib/Service/PhotofilesService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/PhotofilesService.php b/lib/Service/PhotofilesService.php index 7c1b7cde3..7979981ef 100644 --- a/lib/Service/PhotofilesService.php +++ b/lib/Service/PhotofilesService.php @@ -48,7 +48,7 @@ class PhotofilesService { - const PHOTO_MIME_TYPES = ['image/jpeg', 'image/tiff']; + const PHOTO_MIME_TYPES = ['image/jpeg', 'image/tiff', 'image/heic']; private $l10n; private $root;