class Exif::Tag::MakerNote::Converter

0x000b - Converter

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/makernote/nikon.rb, line 180
def to_s
  case @formatted
  when 0
    'None'
  when 1
    'Fisheye'
  else
    'Unknown'
  end
end