Home
last modified time | relevance | path

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

123

/external/ImageMagick/MagickCore/
Dcolorspace-private.h99 if ((colorspace == LinearGRAYColorspace) || (colorspace == GRAYColorspace)) in IsGrayColorspace()
123 (colorspace == scRGBColorspace) || (colorspace == GRAYColorspace) || in IssRGBCompatibleColorspace()
Dcolorspace.h30 GRAYColorspace, /* Single Channel greyscale (non-linear) image */ enumerator
Didentify.c585 case GRAYColorspace: in IdentifyImage()
799 case GRAYColorspace: in IdentifyImage()
852 case GRAYColorspace: in IdentifyImage()
876 if ((colorspace != LinearGRAYColorspace) && (colorspace != GRAYColorspace)) in IdentifyImage()
914 case GRAYColorspace: in IdentifyImage()
938 if (colorspace != GRAYColorspace) in IdentifyImage()
982 case GRAYColorspace: in IdentifyImage()
Dchannel.c287 (void) SetImageColorspace(destination_image,GRAYColorspace, in ChannelFxImage()
456 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); in ChannelFxImage()
545 case GRAYColorspace: in CombineImages()
748 (void) SetImageColorspace(separate_image,GRAYColorspace,exception); in SeparateImage()
Dattribute.c1359 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1363 quantize_info->colorspace=GRAYColorspace; in SetImageType()
1371 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
1377 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
Dcolorspace.c137 colorspace=GRAYColorspace; in GetImageColorspaceType()
383 case GRAYColorspace: in sRGBTransformImage()
1238 image->colorspace=GRAYColorspace; in SetImageGray()
1291 image->colorspace=GRAYColorspace; in SetImageMonochrome()
1848 case GRAYColorspace: in TransformsRGBImage()
Dconstitute.c184 image->colorspace=GRAYColorspace; in ConstituteImage()
190 image->colorspace=GRAYColorspace; in ConstituteImage()
Dcolor.c1593 (color.colorspace == GRAYColorspace)) in GetColorTuple()
2480 color->colorspace=GRAYColorspace; in QueryColorCompliance()
2540 color->colorspace=GRAYColorspace; in QueryColorCompliance()
Dprofile.c979 source_colorspace=GRAYColorspace; in ProfileImage()
1063 target_colorspace=GRAYColorspace; in ProfileImage()
/external/ImageMagick/coders/
Dtile.c139 (image->colorspace == GRAYColorspace)) in ReadTILEImage()
Djson.c1096 case GRAYColorspace: in EncodeImageAttributes()
1171 case GRAYColorspace: in EncodeImageAttributes()
1188 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes()
1225 case GRAYColorspace: in EncodeImageAttributes()
1268 case GRAYColorspace: in EncodeImageAttributes()
1319 case GRAYColorspace: in EncodeImageAttributes()
Dpnm.c393 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
398 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
405 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
409 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
464 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
507 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
596 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
658 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
1275 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
Dmask.c239 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
Dvips.c456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage()
675 case GRAYColorspace: in WriteVIPSImage()
Dart.c155 SetImageColorspace(image,GRAYColorspace,exception); in ReadARTImage()
Dpgx.c205 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPGXImage()
Dtxt.c509 case GRAYColorspace: in ReadTXTImage()
827 (pixel.colorspace == GRAYColorspace)) in WriteTXTImage()
Dvicar.c297 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
Djp2.c416 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
420 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
Dgray.c145 image->colorspace=GRAYColorspace; in ReadGRAYImage()
865 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WriteGRAYImage()
Dxcf.c1212 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage()
1503 qi.colorspace = GRAYColorspace; in ReadXCFImage()
Dipl.c256 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
Ddjvu.c648 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
/external/ImageMagick/Magick++/demo/
Ddemo.cpp237 example.quantizeColorSpace( GRAYColorspace ); in main()
274 example.quantizeColorSpace( GRAYColorspace ); in main()
/external/ImageMagick/MagickWand/
Dcompare.c1341 case GRAYColorspace: in CompareImagesCommand()
1397 case GRAYColorspace: in CompareImagesCommand()

123