class Exif::Tag::MakerNote::SonyJPEGQuality
0xb047 - JPEG Quality
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/makernote/sony.rb, line 541 def to_s case @formatted when 0 "Normal" when 1 "Fine" else @formatted.to_s + " (Unknown)" end end