/external/ImageMagick/MagickCore/ |
D | profile.h | 49 SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
|
D | profile.c | 912 status=SetImageProfile(image,"icc",profile,exception); in SetsRGBImageProfile() 975 status=SetImageProfile(image,name,profile,exception); in ProfileImage() 1040 status=SetImageProfile(image,name,profile,exception); in ProfileImage() 1421 status=SetImageProfile(image,name,profile,exception); in ProfileImage() 1976 MagickExport MagickBooleanType SetImageProfile(Image *image,const char *name, in SetImageProfile() function
|
D | methods.h | 1000 #define SetImageProfile PrependMagickMethod(SetImageProfile) macro
|
D | property.c | 4591 status=SetImageProfile(image,image_info->magick,profile, in SetImageProperty()
|
/external/ImageMagick/coders/ |
D | webp.c | 368 SetImageProfile(image,"ICC",profile,exception); in ReadSingleWEBPImage() 378 SetImageProfile(image,"EXIF",profile,exception); in ReadSingleWEBPImage() 388 SetImageProfile(image,"XMP",profile,exception); in ReadSingleWEBPImage()
|
D | meta.c | 1279 status=SetImageProfile(image,"8bim",profile,exception); in ReadMETAImage() 1350 status=SetImageProfile(image,name,profile,exception); in ReadMETAImage() 1381 (void) SetImageProfile(image,"icc",profile,exception); in ReadMETAImage() 1409 (void) SetImageProfile(image,"iptc",profile,exception); in ReadMETAImage() 1437 (void) SetImageProfile(image,"xmp",profile,exception); in ReadMETAImage()
|
D | dng.c | 523 SetImageProfile(image,"ICC",profile,exception); in ReadDNGImage() 534 SetImageProfile(image,"XMP",profile,exception); in ReadDNGImage()
|
D | jpeg.c | 686 status=SetImageProfile(image,"xmp",profile,exception); in ReadXmlProfile() 694 status=SetImageProfile(image,"exif",profile,exception); in ReadXmlProfile() 697 status=SetImageProfile(image,"app1",profile,exception); in ReadXmlProfile() 1000 status=SetImageProfile(image,"icc",profile,exception); in JPEGSetImageProfiles() 1008 status=SetImageProfile(image,"8bim",profile,exception); in JPEGSetImageProfiles() 1017 status=SetImageProfile(image,name,profile,exception); in JPEGSetImageProfiles()
|
D | heic.c | 173 (void) SetImageProfile(image,"icc",profile,exception); in ReadHEICColorProfile() 231 (void) SetImageProfile(image,"exif",profile,exception); in ReadHEICExifProfile()
|
D | ps.c | 838 (void) SetImageProfile(image,"icc",info.icc_profile,exception); in ReadPSImage() 840 (void) SetImageProfile(image,"8bim",info.photoshop_profile,exception); in ReadPSImage() 842 (void) SetImageProfile(image,"xmp",info.xmp_profile,exception); in ReadPSImage()
|
D | pict.c | 1402 status=SetImageProfile(image,"icc",profile,exception); in ReadPICTImage() 1416 status=SetImageProfile(image,"iptc",profile,exception); in ReadPICTImage()
|
D | jp2.c | 440 SetImageProfile(image,"icc",profile,exception); in ReadJP2Image()
|
D | psd.c | 2162 (void) SetImageProfile(layer_info[i].image,"psd:additional-info", in ReadPSDLayersInternal() 2643 (void) SetImageProfile(next,GetStringInfoName(profile),profile, in ReadPSDImage() 3538 (void) SetImageProfile(image,"psd:additional-info",info,exception); in GetAdditionalInformation()
|
D | mpc.c | 884 status=SetImageProfile(image,name,profile,exception); in ReadMPCImage()
|
D | cin.c | 718 (void) SetImageProfile(image,"dpx:user.data",profile,exception); in ReadCINImage()
|
D | gif.c | 1382 (void) SetImageProfile(image,GetStringInfoName(profile),profile, in ReadGIFImage()
|
D | tiff.c | 557 status=SetImageProfile(image,name,profile,exception); in ReadProfile() 3128 status=SetImageProfile(image,"tiff:37724",layers,exception); in TIFFWritePhotoshopLayers()
|
D | bmp.c | 1495 (void) SetImageProfile(image,"icc",profile,exception); in ReadBMPImage()
|
D | miff.c | 1189 status=SetImageProfile(image,name,profile,exception); in ReadMIFFImage()
|
D | dpx.c | 1122 (void) SetImageProfile(image,"dpx:user-data",profile,exception); in ReadDPXImage()
|
D | png.c | 1889 (void) SetImageProfile(image,&text[ii].key[17],profile,exception); in Magick_png_read_raw_profile() 1953 (void) SetImageProfile(image,"exif",profile,exception); in PNGSetExifProfile() 2806 (void) SetImageProfile(image,"icc",profile,exception); in ReadOnePNGImage() 2811 (void) SetImageProfile(image,"icc",profile,exception); in ReadOnePNGImage()
|
D | pdf.c | 699 (void) SetImageProfile(image,"xmp",pdf_info.profile,exception); in ReadPDFImage()
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 2300 status=SetImageProfile(wand->images,name,profile_info,wand->exception); in MagickSetImageProfile()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1491 using MagickCore::SetImageProfile;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 739 (void) SetImageProfile(image(),"exif",exif_profile,exceptionInfo); in exifProfile() 1045 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); in iptcProfile()
|