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

  /external/dng_sdk/source/
dng_xmp.cpp 1929 void dng_xmp::SyncIPTC (dng_iptc &iptc,
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.fDateTimeCreated.Encode_ISO_8601 ()
2102 dng_iptc iptc; local
2198 dng_iptc iptc; local
    [all...]
dng_xmp.h 382 void SyncIPTC (dng_iptc &iptc,
  /external/ImageMagick/coders/
meta.c 998 /* Embed binary IPTC data into a JPEG image. */
999 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);
1243 *iptc; local
    [all...]
gif.c 1127 iptc, local
    [all...]
jpeg.c 590 Not a IPTC profile, return.
638 "Profile: iptc, %.20g bytes",(double) length);
1920 iptc; local
    [all...]
  /external/ImageMagick/www/api/
profile.php 182 <p>ProfileImage() associates, applies, or removes an ICM, IPTC, or generic profile with / to / from an image. If the profile is NULL, it is removed from the image otherwise added or applied. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
205 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>

Completed in 395 milliseconds