Skip to content

Commit

Permalink
Change format of AvifEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 3, 2023
1 parent 70fe7fe commit 7535eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Imagick/Encoders/AvifEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AvifEncoder extends AbstractEncoder implements EncoderInterface
{
public function encode(ImageInterface $image): EncodedImage
{
$format = 'avif';
$format = 'AVIF';
$compression = Imagick::COMPRESSION_ZIP;

$imagick = $image->getFrame()->getCore();
Expand Down

0 comments on commit 7535eb6

Please sign in to comment.