Home
last modified time | relevance | path

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

123

/external/ImageMagick/MagickCore/
Dcolorspace-private.h99 if ((colorspace == LinearGRAYColorspace) || (colorspace == GRAYColorspace)) in IsGrayColorspace()
136 (colorspace == TransparentColorspace) || (colorspace == GRAYColorspace) || in IssRGBCompatibleColorspace()
Dcolorspace.h30 GRAYColorspace, /* Single Channel greyscale (non-linear) image */ enumerator
Didentify.c588 case GRAYColorspace: in IdentifyImage()
803 case GRAYColorspace: in IdentifyImage()
853 case GRAYColorspace: in IdentifyImage()
877 if ((colorspace != LinearGRAYColorspace) && (colorspace != GRAYColorspace)) in IdentifyImage()
915 case GRAYColorspace: in IdentifyImage()
939 if (colorspace != GRAYColorspace) in IdentifyImage()
983 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.c2166 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
2170 quantize_info->colorspace=GRAYColorspace; in SetImageType()
2178 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
2184 status=TransformImageColorspace(image,GRAYColorspace,exception); in SetImageType()
Dcolorspace.c139 colorspace=GRAYColorspace; in GetImageColorspaceType()
628 case GRAYColorspace: in sRGBTransformImage()
1522 image->colorspace=GRAYColorspace; in SetImageGray()
1575 image->colorspace=GRAYColorspace; in SetImageMonochrome()
2208 case GRAYColorspace: in TransformsRGBImage()
Dconstitute.c198 image->colorspace=GRAYColorspace; in ConstituteImage()
204 image->colorspace=GRAYColorspace; in ConstituteImage()
/external/ImageMagick/coders/
Dfl32.c199 image->colorspace=GRAYColorspace; in ReadFL32Image()
205 image->colorspace=GRAYColorspace; in ReadFL32Image()
Dtile.c139 (image->colorspace == GRAYColorspace)) in ReadTILEImage()
Dpnm.c430 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
435 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
442 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
446 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
503 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
546 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
635 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
694 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
1306 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
1376 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPNMImage()
Djson.c1112 case GRAYColorspace: in EncodeImageAttributes()
1187 case GRAYColorspace: in EncodeImageAttributes()
1204 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes()
1241 case GRAYColorspace: in EncodeImageAttributes()
1284 case GRAYColorspace: in EncodeImageAttributes()
1335 case GRAYColorspace: in EncodeImageAttributes()
Dyaml.c1110 case GRAYColorspace: in EncodeImageAttributes()
1185 case GRAYColorspace: in EncodeImageAttributes()
1202 (image->colorspace != GRAYColorspace)) in EncodeImageAttributes()
1239 case GRAYColorspace: in EncodeImageAttributes()
1282 case GRAYColorspace: in EncodeImageAttributes()
1333 case GRAYColorspace: in EncodeImageAttributes()
Dmask.c239 (void) SetImageColorspace(mask_image,GRAYColorspace,exception); in MaskImage()
Dvips.c456 SetImageColorspace(image,GRAYColorspace,exception); in ReadVIPSImage()
676 case GRAYColorspace: in WriteVIPSImage()
Dart.c155 SetImageColorspace(image,GRAYColorspace,exception); in ReadARTImage()
Dpgx.c205 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadPGXImage()
Dtxt.c510 case GRAYColorspace: in ReadTXTImage()
821 (pixel.colorspace == GRAYColorspace)) in WriteTXTImage()
Dvicar.c300 (void) SetImageColorspace(image,GRAYColorspace,exception); in ReadVICARImage()
Djp2.c418 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
422 SetImageColorspace(image,GRAYColorspace,exception); in ReadJP2Image()
Dgray.c148 image->colorspace=GRAYColorspace; in ReadGRAYImage()
855 (void) TransformImageColorspace(image,GRAYColorspace,exception); in WriteGRAYImage()
Dipl.c250 else { image->colorspace = GRAYColorspace; } in ReadIPLImage()
Dxcf.c1219 SetImageColorspace(image,GRAYColorspace,exception); in ReadXCFImage()
1510 qi.colorspace = GRAYColorspace; in ReadXCFImage()
Ddjvu.c647 image->colorspace = GRAYColorspace; in ReadOneDJVUImage()
/external/ImageMagick/Magick++/demo/
Ddemo.cpp247 example.quantizeColorSpace( GRAYColorspace ); in main()
284 example.quantizeColorSpace( GRAYColorspace ); in main()
/external/ImageMagick/MagickWand/
Dcompare.c1355 case GRAYColorspace: in CompareImagesCommand()
1420 case GRAYColorspace: in CompareImagesCommand()

123