1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 09:10:21 +02:00

Change bugfix description comment

This commit is contained in:
Oliver Vogel
2024-01-12 09:13:33 +01:00
parent 1e4afd57cf
commit f3cef584c0

View File

@@ -31,7 +31,7 @@ class BinaryImageDecoder extends AbstractDecoder implements DecoderInterface
// 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();
}