class Exif::Tag::Exif::MakerNote

0x927c - MakerNote

Public Instance Methods

_format0(data) click to toggle source
# File lib/exifparser/tag.rb, line 1196
def _format0(data)
  @data
end
data() click to toggle source
# File lib/exifparser/tag.rb, line 1192
def data
  @data
end
to_s() click to toggle source
# File lib/exifparser/tag.rb, line 1200
def to_s
  sprintf("MakerNote data (%i bytes)", data.size)
end