1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-27 23:59:50 +02:00

Merge pull request #1109 from it-can/master

remove duplicate and add image/heif
This commit is contained in:
Oliver Vogel
2021-08-26 16:16:35 +02:00
committed by GitHub

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;