class Exif::Tag::MakerNote::Tone
0x1004 - Tone
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/makernote/fujifilm.rb, line 113 def to_s case @formatted when 0 'Normal(STD)' when 256 'High(HARD)' when 512 'Low(ORG)' else 'Unknown' end end