Home
last modified time | relevance | path

Searched refs:iptc (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_xmp.cpp1929 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 …]
Ddng_xmp.h382 void SyncIPTC (dng_iptc &iptc,
/external/ImageMagick/coders/
Dmeta.c1037 static int jpeg_embed(Image *ifile, Image *ofile, Image *iptc) in jpeg_embed() argument
1076 if (iptc != (Image *) NULL) in jpeg_embed()
1081 len=(unsigned int) GetBlobSize(iptc); in jpeg_embed()
1088 jpeg_read_remaining(iptc, ofile); in jpeg_embed()
1089 len=(unsigned int) GetBlobSize(iptc); in jpeg_embed()
1306 *iptc; in ReadMETAImage() local
1319 iptc=AcquireImage((ImageInfo *) NULL,exception); in ReadMETAImage()
1320 if (iptc == (Image *) NULL) in ReadMETAImage()
1327 AttachBlob(iptc->blob,GetStringInfoDatum(profile), in ReadMETAImage()
1329 result=jpeg_embed(image,buff,iptc); in ReadMETAImage()
[all …]
Dgif.c1150 iptc, in ReadGIFImage() local
1168 iptc=LocaleNCompare((char *) buffer,"MGKIPTC0000",11) == 0 ? in ReadGIFImage()
1209 else if (iptc != MagickFalse) in ReadGIFImage()
Djpeg.c2000 iptc; in WriteProfile() local
2015 iptc=MagickFalse; in WriteProfile()
2066 (LocaleCompare(name,"8BIM") == 0)) && (iptc == MagickFalse)) in WriteProfile()
2074 iptc=MagickTrue; in WriteProfile()
/external/python/cpython3/Lib/test/
Dmime.types467 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/
Dquantum.xs.in5303 if (LocaleCompare(attribute,"iptc") == 0)
5310 profile=GetImageProfile(image,"iptc");