Searched defs:iptcProfile_ (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DImage.cpp1038 void Magick::Image::iptcProfile(const Magick::Blob &iptcProfile_) argument
1041 if (iptcProfile_.data() != 0)
1046 iptc_profile=AcquireStringInfo(iptcProfile_.length());
1047 SetStringInfoDatum(iptc_profile,(unsigned char *) iptcProfile_.data());

Completed in 136 milliseconds