Class: ImageVoodoo::JfifDirectory

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

Overview

GENERATED

Constant Summary collapse

TAGS =
{
  'Version' => ['TAG_VERSION', :get_string],
  'Units' => ['TAG_UNITS', :get_string],
  'Resx' => ['TAG_RESX', :get_string],
  'Resy' => ['TAG_RESY', :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



1458
1459
1460
# File 'lib/image_voodoo/metadata.rb', line 1458

def self.directory_class
  com.drew..jfif.JfifDirectory
end