diff --git a/src/Map/DefaultMap.php b/src/Map/DefaultMap.php index c2ad6434..3ae2199a 100644 --- a/src/Map/DefaultMap.php +++ b/src/Map/DefaultMap.php @@ -10641,14 +10641,22 @@ public function getFileName(): string 0 => 'gif', ), ), - 'image/heif' => + 'image/heic' => array ( - 'a' => + 'e' => array ( - 0 => 'image/heic', - 1 => 'image/heic-sequence', - 2 => 'image/heif-sequence', + 0 => 'heic', + ), + ), + 'image/heic-sequence' => + array ( + 'e' => + array ( + 0 => 'heics', ), + ), + 'image/heif' => + array ( 'desc' => array ( 0 => 'HEIF image', @@ -10656,11 +10664,18 @@ public function getFileName(): string ), 'e' => array ( - 0 => 'heic', - 1 => 'heif', + 0 => 'heif', + 1 => 'heic', 2 => 'hif', ), ), + 'image/heif-sequence' => + array ( + 'e' => + array ( + 0 => 'heifs', + ), + ), 'image/hej2k' => array ( 'desc' => @@ -18624,7 +18639,15 @@ public function getFileName(): string array ( 't' => array ( - 0 => 'image/heif', + 0 => 'image/heic', + 1 => 'image/heif', + ), + ), + 'heics' => + array ( + 't' => + array ( + 0 => 'image/heic-sequence', ), ), 'heif' => @@ -18634,6 +18657,13 @@ public function getFileName(): string 0 => 'image/heif', ), ), + 'heifs' => + array ( + 't' => + array ( + 0 => 'image/heif-sequence', + ), + ), 'hej2' => array ( 't' => @@ -28617,27 +28647,6 @@ public function getFileName(): string 0 => 'application/fits', ), ), - 'image/heic' => - array ( - 't' => - array ( - 0 => 'image/heif', - ), - ), - 'image/heic-sequence' => - array ( - 't' => - array ( - 0 => 'image/heif', - ), - ), - 'image/heif-sequence' => - array ( - 't' => - array ( - 0 => 'image/heif', - ), - ), 'image/ico' => array ( 't' =>