HomeSort by relevance Sort by last modified time
    Searched refs:iptc_profile (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/Magick++/lib/
Image.cpp 1044 *iptc_profile; local
1046 iptc_profile=AcquireStringInfo(iptcProfile_.length());
1047 SetStringInfoDatum(iptc_profile,(unsigned char *) iptcProfile_.data());
1049 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); local
1050 iptc_profile=DestroyStringInfo(iptc_profile);
1058 *iptc_profile; local
1060 iptc_profile=GetImageProfile(constImage(),"iptc");
1061 if (iptc_profile == (StringInfo *) NULL)
1063 return(Blob(GetStringInfoDatum(iptc_profile),GetStringInfoLength
    [all...]
  /external/ImageMagick/coders/
tiff.c 2918 *iptc_profile; local
    [all...]
jpeg.c 563 *iptc_profile,
619 iptc_profile=(StringInfo *) GetImageProfile(image,"8bim");
620 if (iptc_profile != (StringInfo *) NULL)
622 ConcatenateStringInfo(iptc_profile,profile);
558 *iptc_profile, local
    [all...]

Completed in 426 milliseconds