mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 01:51:43 +02:00
add heic
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user