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

View File

@@ -189,6 +189,11 @@ abstract class AbstractEncoder
case 'image/avif':
$this->result = $this->processAvif();
break;
case 'heic':
case 'image/heic':
$this->result = $this->processHeic();
break;
default:
throw new NotSupportedException(