Class: ImageVoodoo::ExifInteropDirectory

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

Overview

GENERATED

Constant Summary collapse

TAGS =
{
  'Interop Index' => ['TAG_INTEROP_INDEX', :get_string],
  'Interop Version' => ['TAG_INTEROP_VERSION', :get_string],
  'Related Image File Format' => ['TAG_RELATED_IMAGE_FILE_FORMAT', :get_string],
  'Related Image Width' => ['TAG_RELATED_IMAGE_WIDTH', :get_long],
  'Related Image Length' => ['TAG_RELATED_IMAGE_LENGTH', :get_long]
}.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



179
180
181
# File 'lib/image_voodoo/metadata.rb', line 179

def self.directory_class
  com.drew..exif.ExifInteropDirectory
end