class Exif::Tag::Exif::SceneCaptureType
0xa406 - SceneCaptureType
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 1527 def to_s case @formatted when 0 'Standard' when 1 'Landscape' when 2 'Portrait' when 3 'Nigit scene' else 'reserved' end end