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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user