Searched refs:iptcProfile_ (Results 1 – 2 of 2) sorted by relevance
305 void iptcProfile(const Blob &iptcProfile_);
1034 void Magick::Image::iptcProfile(const Magick::Blob &iptcProfile_) in iptcProfile() argument1037 if (iptcProfile_.data() != 0) in iptcProfile()1042 iptc_profile=AcquireStringInfo(iptcProfile_.length()); in iptcProfile()1043 SetStringInfoDatum(iptc_profile,(unsigned char *) iptcProfile_.data()); in iptcProfile()