class Exif::Tag::TIFF::YCbCrPositioning

0x0213 - YCbCrPositioning

0x0213 - YCbCrPositioning

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 579
def to_s
  case @formatted
  when 1
    'centered'
  when 2
    'co-sited'
  else
    'unknown'
  end
end