class Exif::Tag::TIFF::PhotometricInterpretation
0x0106 - PhotometricInterpretation
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 428 def to_s case @formatted when 2 'RGB' when 6 'YCbCr' else 'Unknown' end end