*/
image->taint=MagickTrue;
image->type=UndefinedType;
+ if (1 && image->colorspace == GRAYColorspace)
+ image->colorspace=RGBColorspace;
if (ValidatePixelCacheMorphology(image) == MagickFalse)
status=OpenPixelCache(image,IOMode,exception);
}
(UpdatePixelTrait | BlendPixelTrait));
SetPixelChannelMapComponent(image,AlphaPixelChannel,AlphaPixelChannel);
SetPixelChannelMapTraits(image,AlphaPixelChannel,UpdatePixelTrait);
- if (image->colorspace == GRAYColorspace)
+ if (0 && image->colorspace == GRAYColorspace)
{
image->number_channels=2;
SetPixelChannelMapComponent(image,GreenPixelChannel,RedPixelChannel);