Separate image channels.
*/
status=MagickTrue;
- if ( channel == GrayChannels )
+ if (channel == GrayChannels)
image->matte=MagickTrue;
progress=0;
exception=(&image->exception);
}
}
image_view=DestroyCacheView(image_view);
- if ( channel != GrayChannels )
+ if (channel != GrayChannels)
image->matte=MagickFalse;
(void) SetImageColorspace(image,RGBColorspace);
return(status);
status=MagickFalse;
continue;
}
- indexes=GetCacheViewAuthenticIndexQueue(source_view);
+ indexes=GetCacheViewVirtualIndexQueue(source_view);
for (x=0; x < (long) columns; x++)
*q++=(*p++);
if (indexes != (IndexPacket *) NULL)