Class: Exif::Tag::MakerNote::CustomFunctions

Inherits:
Base
  • Object
show all
Defined in:
lib/exifparser/makernote/canon.rb

Overview

0x000f - CustomFunctions

Instance Attribute Summary

Attributes inherited from Base

#IFD, #count, #data, #dataPos, #pos, #tagID

Instance Method Summary collapse

Methods inherited from Base

#formatExposureTime, #formatFNumber, #formatFocalLength, #formatLatLon, #initialize, #inspect, #name, #to_s, #value

Constructor Details

This class inherits a constructor from Exif::Tag::Base

Instance Method Details

#processDataObject



415
416
417
418
419
420
# File 'lib/exifparser/makernote/canon.rb', line 415

def processData
  @formatted = []
  partition_data(@count) do |part|
    @formatted.push _formatData(part)
  end
end