j;
if ((GetPixelReadMask(image,q) == 0) ||
- IsPixelGray(image,q != MagickFalse))
+ IsPixelGray(image,q) != MagickFalse)
{
q+=GetPixelChannels(image);
continue;
else
{
artifact=GetImageArtifact(image,"identify:unique-colors");
- if (IsStringTrue(artifact != MagickFalse))
+ if (IsStringTrue(artifact) != MagickFalse)
(void) FormatLocaleFile(file," Colors: %.20g\n",(double)
GetNumberColors(image,(FILE *) NULL,exception));
}
WarnNoImageReturn("\"%%%c\"",letter);
colorspace=image->colorspace;
- if (SetImageGray(image,exception != MagickFalse))
+ if (SetImageGray(image,exception) != MagickFalse)
colorspace=GRAYColorspace; /* FUTURE: this is IMv6 not IMv7 */
(void) FormatLocaleString(value,MagickPathExtent,"%s %s %s",
CommandOptionToMnemonic(MagickClassOptions,(ssize_t) image->storage_class),