Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 21, 2023
1 parent 09aa089 commit 0bc8b7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Drivers/Imagick/Decoders/BinaryImageDecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function decode($input): ImageInterface|ColorInterface
$imagick = new Imagick();
$imagick->readImageBlob($input);
$imagick = $imagick->coalesceImages();
// $imagick->transformImageColorspace(Imagick::COLORSPACE_RGB);

$image = new Image($imagick);
$image->setLoops($imagick->getImageIterations());
Expand Down

0 comments on commit 0bc8b7c

Please sign in to comment.