class ExifTagger::Tag::City
MWG:City, String
= IPTC:City XMP-photoshop:City XMP-iptcExt:LocationShownCity
Read sequence from mini_exiftool hash: City
, LocationShownCity
Constants
- EXIFTOOL_TAGS
- MAX_BYTESIZE
Private Instance Methods
generate_write_script_lines()
click to toggle source
# File lib/phtools/exif_tagger/tags/city.rb, line 20 def generate_write_script_lines @write_script_lines << %(-MWG:City=#{@value}) end