Skip to content
Permalink
Browse files Browse the repository at this point in the history
https://github.com/ImageMagick/ImageMagick/issues/281
  • Loading branch information
Cristy committed Oct 1, 2016
1 parent f8f161d commit 9040697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/attribute.c
Expand Up @@ -1264,7 +1264,7 @@ MagickExport MagickBooleanType SetImageType(Image *image,const ImageType type,
status=QuantizeImage(quantize_info,image,exception);
quantize_info=DestroyQuantizeInfo(quantize_info);
}
image->colors=2;
status=AcquireImageColormap(image,2,exception);
image->alpha_trait=UndefinedPixelTrait;
break;
}
Expand Down

0 comments on commit 9040697

Please sign in to comment.