Skip to content

Commit

Permalink
Adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 27, 2024
1 parent 639ba48 commit d33eed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/HeicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function testEncoding(): void
$imagick->setImageCompressionQuality(75);
$encoded = $imagick->getImagesBlob();

$this->assertMediaType('image/heic', $encoded);

// re-read
$imagick = new Imagick();
$imagick->readImageBlob($encoded);
Expand Down

0 comments on commit d33eed6

Please sign in to comment.