module Exif::Tag::Formatter::UShort
convert data to unsigned short(2 byte) value.
Public Instance Methods
_formatData(data)
click to toggle source
# File lib/exifparser/tag.rb, line 65 def _formatData(data) decode_ushort(data) end
format()
click to toggle source
# File lib/exifparser/tag.rb, line 61 def format 'Unsigned short' end