class ExifTagger::Tag::State

MWG:State, String

IPTC:Province-State, XMP-photoshop:State, XMP-iptcExt:LocationShownProvinceState

Constants

EXIFTOOL_TAGS
MAX_BYTESIZE

Private Instance Methods

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