class ExifTagger::Tag::Country

MWG:Country, String

IPTC:Country-PrimaryLocationName, XMP-photoshop:Country, XMP-iptcExt:LocationShownCountryName

Constants

EXIFTOOL_TAGS
MAX_BYTESIZE

Private Instance Methods

generate_write_script_lines() click to toggle source
# File lib/phtools/exif_tagger/tags/country.rb, line 18
def generate_write_script_lines
  @write_script_lines << %(-MWG:Country=#{@value})
end