mirror of
https://github.com/Intervention/image.git
synced 2025-08-27 15:50:09 +02:00
remove duplicate and add image/heif
This commit is contained in:
@@ -148,7 +148,6 @@ abstract class AbstractEncoder
|
|||||||
$this->result = $this->processTiff();
|
$this->result = $this->processTiff();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'bmp':
|
|
||||||
case 'bmp':
|
case 'bmp':
|
||||||
case 'ms-bmp':
|
case 'ms-bmp':
|
||||||
case 'x-bitmap':
|
case 'x-bitmap':
|
||||||
@@ -192,6 +191,7 @@ abstract class AbstractEncoder
|
|||||||
|
|
||||||
case 'heic':
|
case 'heic':
|
||||||
case 'image/heic':
|
case 'image/heic':
|
||||||
|
case 'image/heif':
|
||||||
$this->result = $this->processHeic();
|
$this->result = $this->processHeic();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user