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 2bfd3b5 commit b4c4e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/HeicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ public function testEncoding(): void
$imagick->setImageCompressionQuality(75);
$encoded = $imagick->getImagesBlob();

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

echo "<pre>";
var_dump(mb_strlen($encoded));
echo "</pre>";
exit;
// $this->assertMediaType('image/heic', $encoded);

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

0 comments on commit b4c4e4a

Please sign in to comment.