class Exif::Tag::MakerNote::Macro

0x1020 - Macro

0x0202 - Macro

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/makernote/fujifilm.rb, line 161
def to_s
  case @formatted
  when 0
    'Off'
  when 1
    'On'
  else
    'Unknown'
  end
end