[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.4 Tag Examples


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.4.1 Personal Info Tags

Personal information is set to XMP tags. Defaults are undefined.

 
Tag = CreatorContactInfoCiAdrCity [XMP]: 'Donetsk'
Tag = CreatorContactInfoCiAdrCtry [XMP]: 'UA'
Tag = CreatorContactInfoCiAdrExtadr [XMP]: '1 bld., Some St.'
Tag = CreatorContactInfoCiAdrPcode [XMP]: '12345'
Tag = CreatorContactInfoCiAdrRegion [XMP]: 'Donetsk'
Tag = CreatorContactInfoCiEmailWork [XMP]: 'email at some dot domain'
Tag = CreatorContactInfoCiTelWork [XMP]: '+123456789'
Tag = CreatorContactInfoCiUrlWork [XMP]: 'https://ps.gnu.org.ua/projects/renrot/'

Tag = Artist [EXIF]: 'John Doe'
Tag = ImageDescription [EXIF]: 'Just to put anything here.'

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.4.2 GPS Tags

For more info on GPS tags consult:

http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/GPS.html

Following sample is given for Donetsk, Ukraine:

 
Tag = GPSLatitudeRef [GPS]: 'N'         # N for Noth and S for South
Tag = GPSLatitude [GPS]: '47 59 06'     # in form "%d %.2f %.2f"
Tag = GPSLongitudeRef [GPS]: 'E'        # E for East and W for West
Tag = GPSLongitude [GPS]: '37 46 48'    # in form "%d %.2f %.2f"
Tag = GPSAltitudeRef [GPS]: 'above'     # above as Above, bellow as Bellow
Tag = GPSAltitude [GPS]: '225'          # in form "%d"
Tag = GPSDateStamp [GPS]: ''            # in form "YYYY:MM:DD"
Tag = GPSDateStamp [GPS]: ''            # in form "HH MM SS"

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Zeus V Panchenko on October, 30 2009 using texi2html 1.78.