class Exif::Tag::Exif::SensingMethod

0xa217 - SensingMethod

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 1397
def to_s
  case @formatted
  when 2
    'One-chip color area sensor'
  else
    'Unknown'
  end
end