1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 09:52:59 +02:00
This commit is contained in:
Michiel Vugteveen
2021-07-23 22:10:51 +02:00
parent 96a53ff577
commit 4013c59d01

View File

@@ -190,6 +190,11 @@ abstract class AbstractEncoder
$this->result = $this->processAvif();
break;
case 'heic':
case 'image/heic':
$this->result = $this->processHeic();
break;
default:
throw new NotSupportedException(
"Encoding format ({$this->format}) is not supported."