class Exif::Tag::TIFF::PlanarConfiguration
0x011c - PlanarConfiguration
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 488 def to_s case @formatted when 1 'chunky format' when 2 'planar format' else 'unknown' end end