Searched refs:iptc (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 1929 void dng_xmp::SyncIPTC (dng_iptc &iptc, in SyncIPTC() argument 1935 iptc.fTitle, in SyncIPTC() 1940 iptc.fCategory, in SyncIPTC() 1947 if (iptc.fUrgency >= 0) in SyncIPTC() 1950 x = (uint32) iptc.fUrgency; in SyncIPTC() 1963 iptc.fUrgency = (int32) x; in SyncIPTC() 1971 iptc.fSupplementalCategories, in SyncIPTC() 1977 iptc.fKeywords, in SyncIPTC() 1983 iptc.fInstructions, in SyncIPTC() 1988 dng_string s = iptc.fDateTimeCreated.Encode_ISO_8601 (); in SyncIPTC() [all …]
|
D | dng_xmp.h | 382 void SyncIPTC (dng_iptc &iptc,
|
/external/ImageMagick/coders/ |
D | meta.c | 1024 static int jpeg_embed(Image *ifile, Image *ofile, Image *iptc) in jpeg_embed() argument 1063 if (iptc != (Image *) NULL) in jpeg_embed() 1068 len=(unsigned int) GetBlobSize(iptc); in jpeg_embed() 1075 jpeg_read_remaining(iptc, ofile); in jpeg_embed() 1076 len=(unsigned int) GetBlobSize(iptc); in jpeg_embed() 1292 *iptc; in ReadMETAImage() local 1305 iptc=AcquireImage((ImageInfo *) NULL,exception); in ReadMETAImage() 1306 if (iptc == (Image *) NULL) in ReadMETAImage() 1313 AttachBlob(iptc->blob,GetStringInfoDatum(profile), in ReadMETAImage() 1315 result=jpeg_embed(image,buff,iptc); in ReadMETAImage() [all …]
|
D | heic.c | 502 iptc; in WriteProfile() local 528 iptc=MagickFalse; in WriteProfile()
|
D | gif.c | 1147 iptc, in ReadGIFImage() local 1165 iptc=LocaleNCompare((char *) buffer,"MGKIPTC0000",11) == 0 ? in ReadGIFImage() 1206 else if (iptc != MagickFalse) in ReadGIFImage()
|
D | jpeg.c | 2031 iptc; in WriteProfile() local 2046 iptc=MagickFalse; in WriteProfile() 2097 (LocaleCompare(name,"8BIM") == 0)) && (iptc == MagickFalse)) in WriteProfile() 2105 iptc=MagickTrue; in WriteProfile()
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 467 application/vnd.iptc.g2.conceptitem+xml 468 application/vnd.iptc.g2.knowledgeitem+xml 469 application/vnd.iptc.g2.newsitem+xml 470 application/vnd.iptc.g2.packageitem+xml
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 5285 if (LocaleCompare(attribute,"iptc") == 0) 5292 profile=GetImageProfile(image,"iptc");
|