class Exif::Tag::Exif::FlashPixVersion

0xa000 - FlashPixVersion

Public Instance Methods

_format0(data) click to toggle source
# File lib/exifparser/tag.rb, line 1253
def _format0(data)
  data
end
to_s() click to toggle source
# File lib/exifparser/tag.rb, line 1257
def to_s
  case @formatted
  when "0100"
    "FlashPix Version 1.0"
  else
    "Unknown FlashPix Version"
  end
end