Home
last modified time | relevance | path

Searched refs:iptc_profile (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DImage.cpp1044 *iptc_profile; in iptcProfile() local
1046 iptc_profile=AcquireStringInfo(iptcProfile_.length()); in iptcProfile()
1047 SetStringInfoDatum(iptc_profile,(unsigned char *) iptcProfile_.data()); in iptcProfile()
1049 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); in iptcProfile()
1050 iptc_profile=DestroyStringInfo(iptc_profile); in iptcProfile()
1058 *iptc_profile; in iptcProfile() local
1060 iptc_profile=GetImageProfile(constImage(),"iptc"); in iptcProfile()
1061 if (iptc_profile == (StringInfo *) NULL) in iptcProfile()
1063 return(Blob(GetStringInfoDatum(iptc_profile),GetStringInfoLength( in iptcProfile()
1064 iptc_profile))); in iptcProfile()
/external/ImageMagick/coders/
Dtiff.c2918 *iptc_profile; in TIFFSetProfiles() local
2920 iptc_profile=CloneStringInfo(profile); in TIFFSetProfiles()
2923 SetStringInfoLength(iptc_profile,length); in TIFFSetProfiles()
2925 TIFFSwabArrayOfLong((uint32 *) GetStringInfoDatum(iptc_profile), in TIFFSetProfiles()
2928 GetStringInfoLength(iptc_profile)/4,GetStringInfoDatum(iptc_profile)); in TIFFSetProfiles()
2929 iptc_profile=DestroyStringInfo(iptc_profile); in TIFFSetProfiles()
Djpeg.c558 *iptc_profile, in ReadIPTCProfile() local
614 iptc_profile=(StringInfo *) GetImageProfile(image,"8bim"); in ReadIPTCProfile()
615 if (iptc_profile != (StringInfo *) NULL) in ReadIPTCProfile()
617 ConcatenateStringInfo(iptc_profile,profile); in ReadIPTCProfile()