Skip to content

Commit

Permalink
Change bugfix description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 12, 2024
1 parent 1e4afd5 commit f3cef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Imagick/Decoders/BinaryImageDecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function decode(mixed $input): ImageInterface|ColorInterface

// For some JPEG formats, the "coalesceImages()" call leads to an image
// completely filled with background color. The logic behind this is
// incomprehensible; could be an imagemagick bug.
// incomprehensible for me; could be an imagick bug.
if ($imagick->getImageFormat() != 'JPEG') {
$imagick = $imagick->coalesceImages();
}
Expand Down

0 comments on commit f3cef58

Please sign in to comment.