Home
last modified time | relevance | path

Searched refs:GRAYColorspace (Results 1 – 25 of 53) sorted by relevance

123

/external/ImageMagick/MagickCore/
Dcolorspace.h30 GRAYColorspace, /* Single Channel greyscale (linear) image */ enumerator
Didentify.c497 colorspace=GRAYColorspace; in IdentifyImage()
548 case GRAYColorspace: in IdentifyImage()
754 case GRAYColorspace: in IdentifyImage()
799 case GRAYColorspace: in IdentifyImage()
809 if (colorspace != GRAYColorspace) in IdentifyImage()
847 case GRAYColorspace: in IdentifyImage()
857 if (colorspace != GRAYColorspace) in IdentifyImage()
910 case GRAYColorspace: in IdentifyImage()
Dcolorspace-private.h99 if (colorspace == GRAYColorspace) in IsGrayColorspace()
Dattribute.c1259 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1263 quantize_info->colorspace=GRAYColorspace; in SetImageType()
1274 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1281 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
Dchannel.c279 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage()
429 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage()
696 (void) SetImageColorspace(separate_image,GRAYColorspace,exception); in SeparateImage()
Dprofile.c926 source_colorspace=GRAYColorspace; in ProfileImage()
995 target_colorspace=GRAYColorspace; in ProfileImage()
1040 if ((source_colorspace == GRAYColorspace) && in ProfileImage()
Dcolorspace.c327 case GRAYColorspace: in sRGBTransformImage()
1173 image->colorspace=GRAYColorspace; in SetImageGray()
1226 image->colorspace=GRAYColorspace; in SetImageMonochrome()
1273 if ((image->colorspace == GRAYColorspace) && (image->gamma != 1.0) && in TransformImageColorspace()
1783 case GRAYColorspace: in TransformsRGBImage()
Dmatrix.c940 image->colorspace=GRAYColorspace; in MatrixToImage()
/external/ImageMagick/coders/
Djson.c784 colorspace=GRAYColorspace; in EncodeImageAttributes()
850 case GRAYColorspace: in EncodeImageAttributes()
924 case GRAYColorspace: in EncodeImageAttributes()
940 if (colorspace != GRAYColorspace) in EncodeImageAttributes()
976 case GRAYColorspace: in EncodeImageAttributes()
1018 case GRAYColorspace: in EncodeImageAttributes()
1076 case GRAYColorspace: in EncodeImageAttributes()
Dtile.c137 if (image->colorspace == GRAYColorspace) in ReadTILEImage()
Dgray.c154 SetImageColorspace(image,GRAYColorspace,exception); in ReadGRAYImage()
194 SetImageColorspace(image,GRAYColorspace,exception); in ReadGRAYImage()
Dpnm.c375 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
380 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
387 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
391 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
439 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
482 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
568 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
638 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
1274 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
Dmask.c240 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
Dvips.c456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage()
672 case GRAYColorspace: in WriteVIPSImage()
Dart.c155 SetImageColorspace(image,GRAYColorspace,exception); in ReadARTImage()
Dtxt.c489 case GRAYColorspace: in ReadTXTImage()
795 if (pixel.colorspace == GRAYColorspace) in WriteTXTImage()
Dvicar.c297 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
Dxcf.c1069 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage()
1356 qi.colorspace = GRAYColorspace; in ReadXCFImage()
Dipl.c252 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
Dmat.c671 SetImageColorspace(image,GRAYColorspace,exception); in ReadMATImageV4()
1059 SetImageColorspace(image,GRAYColorspace,exception); in ReadMATImage()
Ddjvu.c647 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
Dfits.c435 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadFITSImage()
Dpalm.c757 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WritePALMImage()
/external/ImageMagick/Magick++/demo/
Ddemo.cpp239 example.quantizeColorSpace( GRAYColorspace ); in main()
276 example.quantizeColorSpace( GRAYColorspace ); in main()
/external/ImageMagick/MagickWand/
Dcompare.c1126 case GRAYColorspace: in CompareImagesCommand()
1179 case GRAYColorspace: in CompareImagesCommand()

123