mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
...
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ static Image *ReadGRAYImage(const ImageInfo *image_info,
|
||||
{
|
||||
case GrayQuantum:
|
||||
{
|
||||
SetPixelGray(image,GetPixelRed(canvas_image,p),q);
|
||||
SetPixelGray(image,GetPixelGray(canvas_image,p),q);
|
||||
break;
|
||||
}
|
||||
case AlphaQuantum:
|
||||
|
||||
Reference in New Issue
Block a user