Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DImage.cpp1040 *iptc_profile; in iptcProfile() local
1042 iptc_profile=AcquireStringInfo(iptcProfile_.length()); in iptcProfile()
1043 SetStringInfoDatum(iptc_profile,(unsigned char *) iptcProfile_.data()); in iptcProfile()
1045 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); in iptcProfile()
1046 iptc_profile=DestroyStringInfo(iptc_profile); in iptcProfile()
1054 *iptc_profile; in iptcProfile() local
1056 iptc_profile=GetImageProfile(constImage(),"iptc"); in iptcProfile()
1057 if (iptc_profile == (StringInfo *) NULL) in iptcProfile()
1059 return(Blob(GetStringInfoDatum(iptc_profile),GetStringInfoLength( in iptcProfile()
1060 iptc_profile))); in iptcProfile()
/external/ImageMagick/coders/
Dtiff.c3252 *iptc_profile; in TIFFSetProfiles() local
3254 iptc_profile=CloneStringInfo(profile); in TIFFSetProfiles()
3257 SetStringInfoLength(iptc_profile,length); in TIFFSetProfiles()
3259 TIFFSwabArrayOfLong((uint32 *) GetStringInfoDatum(iptc_profile), in TIFFSetProfiles()
3262 GetStringInfoLength(iptc_profile)/4,GetStringInfoDatum(iptc_profile)); in TIFFSetProfiles()
3263 iptc_profile=DestroyStringInfo(iptc_profile); in TIFFSetProfiles()
Djpeg.c607 *iptc_profile, in ReadIPTCProfile() local
675 iptc_profile=(StringInfo *) GetImageProfile(image,"8bim"); in ReadIPTCProfile()
676 if (iptc_profile != (StringInfo *) NULL) in ReadIPTCProfile()
678 ConcatenateStringInfo(iptc_profile,profile); in ReadIPTCProfile()