class ExifTagger::Tag::CodedCharacterSet
-IPTC:CodedCharacterSet, string!
Constants
- EXIFTOOL_TAGS
- MAX_BYTESIZE
Private Instance Methods
generate_write_script_lines()
click to toggle source
# File lib/phtools/exif_tagger/tags/coded_character_set.rb, line 18 def generate_write_script_lines @write_script_lines << %(-IPTC:CodedCharacterSet=#{@value}) end