mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 17:41:58 +02:00
add heic
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user