Skip to content

Commit

Permalink
Merge pull request Intervention#1109 from it-can/master
Browse files Browse the repository at this point in the history
remove duplicate and add image/heif
  • Loading branch information
olivervogel authored Aug 26, 2021
2 parents ecad8be + 9fed536 commit 1d22091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Intervention/Image/AbstractEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public function process(Image $image, $format = null, $quality = null)
$this->result = $this->processTiff();
break;

case 'bmp':
case 'bmp':
case 'ms-bmp':
case 'x-bitmap':
Expand Down Expand Up @@ -192,6 +191,7 @@ public function process(Image $image, $format = null, $quality = null)

case 'heic':
case 'image/heic':
case 'image/heif':
$this->result = $this->processHeic();
break;

Expand Down

0 comments on commit 1d22091

Please sign in to comment.