View Single Post
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#2
the tags are stored in the image itself

See xmp standard
http://ns.adobe.com/xap/1.0/

what you are looking for is stored in

dc:subject


tracker might also keep a list of tag data for photos, idk, would make things like filter by tag easier

here is the data in a photo I tagged using N9 with 'food' and 'tedt'

Code:
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Exempi + XMP Core 4.4.0">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:exif="http://ns.adobe.com/exif/1.0/"
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
   exif:NativeDigest="36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;96064CBBB982FC9EF78639C495C194E3"
   exif:ExposureBiasValue="0/1"
   exif:DateTimeOriginal="2012-01-29T10:28:24.268000-04:58"
   exif:ExposureTime="31/1000"
   exif:FNumber="11/5"
   exif:ExposureProgram="0"
   exif:ShutterSpeedValue="467760638/93335813"
   exif:ApertureValue="122425887/53813410"
   exif:MeteringMode="1"
   exif:FocalLength="28/1"
   exif:ExposureMode="0"
   exif:WhiteBalance="0"
   exif:DigitalZoomRatio="1/1"
   exif:SceneCaptureType="0"
   exif:GainControl="3"
   exif:Contrast="0"
   exif:Saturation="0"
   exif:Sharpness="0"
   exif:ExifVersion="0230"
   exif:FlashpixVersion="0100"
   exif:FileSource="3"
   exif:Date="2012-01-29T15:28:24Z"
   exif:Title="20120129 001"
   exif:Orientation="top - left"
   tiff:NativeDigest="256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;006EF1F055196E10731219DB0CE0FC0C"
   tiff:Orientation="1"
   tiff:Make="Nokia"
   tiff:Model="N9"
   dc:format="image/jpeg"
   dc:date="2012-01-29T15:28:24Z"
   dc:title="20120129 001"
   dc:contributor="myname"
   dc:creator="myname"
   dc:subject="Food, Tedt"
   xmp:ModifyDate="2012-01-29T10:28:24"
   xmp:CreateDate="2012-01-29T10:28:24.268000-04:58">
   <exif:ISOSpeedRatings>
    <rdf:Seq>
     <rdf:li>151</rdf:li>
    </rdf:Seq>
   </exif:ISOSpeedRatings>
   <exif:Flash
    exif:Fired="True"
    exif:Return="0"
    exif:Mode="3"
    exif:Function="False"
    exif:RedEyeMode="False"/>
  </rdf:Description>
 </rdf:RDF>
</x:xmpmeta>