class Exif::Tag::MakerNote::SonyZoneMatching
0xb024 - Zone Matching
Constants
- ZoneMatching
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/makernote/sony.rb, line 322 def to_s ZoneMatching.has_key?(@formatted) ? ZoneMatching[@formatted] : @formatted.to_s + " (Unknown)" end