Class: ImageVoodoo::RicohMakernoteDirectory

Inherits:
Directory
  • Object
show all
Defined in:
lib/image_voodoo/metadata.rb

Overview

GENERATED

Constant Summary collapse

TAGS =
{
  'Makernote Data Type' => ['TAG_MAKERNOTE_DATA_TYPE', :get_string],
  'Version' => ['TAG_VERSION', :get_string],
  'Print Image Matching Info' => ['TAG_PRINT_IMAGE_MATCHING_INFO', :get_string],
  'Ricoh Camera Info Makernote Sub Ifd Pointer' => ['TAG_RICOH_CAMERA_INFO_MAKERNOTE_SUB_IFD_POINTER', :get_string]
}.freeze

Class Method Summary collapse

Methods inherited from Directory

#[], #exists?, #initialize

Constructor Details

This class inherits a constructor from ImageVoodoo::Directory

Class Method Details

.directory_classObject



1088
1089
1090
# File 'lib/image_voodoo/metadata.rb', line 1088

def self.directory_class
  com.drew..exif.makernotes.RicohMakernoteDirectory
end