1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-27 07:44:30 +02:00

remove duplicate and add image/heif

This commit is contained in:
M. Vugteveen
2021-08-13 11:59:36 +02:00
committed by GitHub
parent ecad8be4b2
commit 9fed536930

View File

@@ -148,7 +148,6 @@ abstract class AbstractEncoder
$this->result = $this->processTiff();
break;
case 'bmp':
case 'bmp':
case 'ms-bmp':
case 'x-bitmap':
@@ -192,6 +191,7 @@ abstract class AbstractEncoder
case 'heic':
case 'image/heic':
case 'image/heif':
$this->result = $this->processHeic();
break;