class ExifTagger::Tag::Location
MWG:Location, String
IPTC:Sub-location, XMP-iptcCore:Location, XMP-iptcExt:LocationShownSublocation
Constants
- EXIFTOOL_TAGS
- MAX_BYTESIZE
Private Instance Methods
generate_write_script_lines()
click to toggle source
# File lib/phtools/exif_tagger/tags/location.rb, line 18 def generate_write_script_lines @write_script_lines << %(-MWG:Location=#{@value}) end