class ExifTagger::Tag::CountryCode

XMP-iptcExt:LocationShownCountryCode, String

Constants

EXIFTOOL_TAGS
MAX_BYTESIZE

Private Instance Methods

generate_write_script_lines() click to toggle source
# File lib/phtools/exif_tagger/tags/country_code.rb, line 17
def generate_write_script_lines
  @write_script_lines << %(-XMP:LocationShownCountryCode=#{@value})
end