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

/external/ImageMagick/coders/
H A Dgif.c1136 iptc,
1154 iptc=LocaleNCompare((char *) buffer,"MGKIPTC0000",11) == 0 ?
1189 else if (iptc != MagickFalse)
1190 (void) CopyMagickString(name,"iptc",sizeof(name));
1127 iptc, local
H A Djpeg.c638 "Profile: iptc, %.20g bytes",(double) length);
1928 iptc;
1943 iptc=MagickFalse;
1977 (LocaleCompare(name,"8BIM") == 0)) && (iptc == MagickFalse))
1985 iptc=MagickTrue;
1920 iptc; local
H A Dmeta.c999 static int jpeg_embed(Image *ifile, Image *ofile, Image *iptc)
1038 if (iptc != (Image *) NULL)
1043 len=(unsigned int) GetBlobSize(iptc);
1050 jpeg_read_remaining(iptc, ofile);
1051 len=(unsigned int) GetBlobSize(iptc);
1247 *iptc;
1260 iptc=AcquireImage((ImageInfo *) NULL,exception);
1261 if (iptc == (Image *) NULL)
1268 AttachBlob(iptc->blob,GetStringInfoDatum(profile),
1270 result=jpeg_embed(image,buff,iptc);
995 jpeg_embed(Image *ifile, Image *ofile, Image *iptc) argument
1243 *iptc; local
[all...]
/external/dng_sdk/source/
H A Ddng_xmp.cpp1929 void dng_xmp::SyncIPTC (dng_iptc &iptc, argument
1935 iptc.fTitle,
1940 iptc.fCategory,
1947 if (iptc.fUrgency >= 0)
1950 x = (uint32) iptc.fUrgency;
1963 iptc.fUrgency = (int32) x;
1971 iptc.fSupplementalCategories,
1977 iptc.fKeywords,
1983 iptc.fInstructions,
1988 dng_string s = iptc
2102 dng_iptc iptc; local
2198 dng_iptc iptc; local
[all...]

Completed in 196 milliseconds