Skip to content

Commit

Permalink
Fix typo in mime type. (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Oct 27, 2024
1 parent 3618c8f commit f712d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Gd/Encoders/AvifEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public function encode(ImageInterface $image): EncodedImage
{
return $this->createEncodedImage(function ($pointer) use ($image) {
imageavif($image->core()->native(), $pointer, $this->quality);
}, 'image/aviv');
}, 'image/avif');
}
}

0 comments on commit f712d68

Please sign in to comment.