Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.h49 SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
Dprofile.c912 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
Dmethods.h1000 #define SetImageProfile PrependMagickMethod(SetImageProfile) macro
Dproperty.c4591 status=SetImageProfile(image,image_info->magick,profile, in SetImageProperty()
/external/ImageMagick/coders/
Dwebp.c368 SetImageProfile(image,"ICC",profile,exception); in ReadSingleWEBPImage()
378 SetImageProfile(image,"EXIF",profile,exception); in ReadSingleWEBPImage()
388 SetImageProfile(image,"XMP",profile,exception); in ReadSingleWEBPImage()
Dmeta.c1279 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()
Ddng.c523 SetImageProfile(image,"ICC",profile,exception); in ReadDNGImage()
534 SetImageProfile(image,"XMP",profile,exception); in ReadDNGImage()
Djpeg.c686 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()
Dheic.c173 (void) SetImageProfile(image,"icc",profile,exception); in ReadHEICColorProfile()
231 (void) SetImageProfile(image,"exif",profile,exception); in ReadHEICExifProfile()
Dps.c838 (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()
Dpict.c1402 status=SetImageProfile(image,"icc",profile,exception); in ReadPICTImage()
1416 status=SetImageProfile(image,"iptc",profile,exception); in ReadPICTImage()
Djp2.c440 SetImageProfile(image,"icc",profile,exception); in ReadJP2Image()
Dpsd.c2162 (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()
Dmpc.c884 status=SetImageProfile(image,name,profile,exception); in ReadMPCImage()
Dcin.c718 (void) SetImageProfile(image,"dpx:user.data",profile,exception); in ReadCINImage()
Dgif.c1382 (void) SetImageProfile(image,GetStringInfoName(profile),profile, in ReadGIFImage()
Dtiff.c557 status=SetImageProfile(image,name,profile,exception); in ReadProfile()
3128 status=SetImageProfile(image,"tiff:37724",layers,exception); in TIFFWritePhotoshopLayers()
Dbmp.c1495 (void) SetImageProfile(image,"icc",profile,exception); in ReadBMPImage()
Dmiff.c1189 status=SetImageProfile(image,name,profile,exception); in ReadMIFFImage()
Ddpx.c1122 (void) SetImageProfile(image,"dpx:user-data",profile,exception); in ReadDPXImage()
Dpng.c1889 (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()
Dpdf.c699 (void) SetImageProfile(image,"xmp",pdf_info.profile,exception); in ReadPDFImage()
/external/ImageMagick/MagickWand/
Dmagick-property.c2300 status=SetImageProfile(wand->images,name,profile_info,wand->exception); in MagickSetImageProfile()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1491 using MagickCore::SetImageProfile;
/external/ImageMagick/Magick++/lib/
DImage.cpp739 (void) SetImageProfile(image(),"exif",exif_profile,exceptionInfo); in exifProfile()
1045 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); in iptcProfile()