class Exif::Tag::Exif::FocalPlaneResolutionUnit
0xa210 - FocalPlaneResolutionUnit
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 1353 def to_s case @formatted when 1 'No unit' when 2 'Inch' when 3 'Centimeter' else 'Unknown' end end