mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 02:12:37 +02:00
add heic
This commit is contained in:
@@ -189,6 +189,11 @@ abstract class AbstractEncoder
|
|||||||
case 'image/avif':
|
case 'image/avif':
|
||||||
$this->result = $this->processAvif();
|
$this->result = $this->processAvif();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'heic':
|
||||||
|
case 'image/heic':
|
||||||
|
$this->result = $this->processHeic();
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new NotSupportedException(
|
throw new NotSupportedException(
|
||||||
|
Reference in New Issue
Block a user