mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 09:31:53 +02:00
Change bugfix description comment
This commit is contained in:
@@ -31,7 +31,7 @@ class BinaryImageDecoder extends AbstractDecoder implements DecoderInterface
|
|||||||
|
|
||||||
// For some JPEG formats, the "coalesceImages()" call leads to an image
|
// For some JPEG formats, the "coalesceImages()" call leads to an image
|
||||||
// completely filled with background color. The logic behind this is
|
// 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') {
|
if ($imagick->getImageFormat() != 'JPEG') {
|
||||||
$imagick = $imagick->coalesceImages();
|
$imagick = $imagick->coalesceImages();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user