Class: ImageVoodoo::PsdHeaderDirectory

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

Overview

GENERATED

Constant Summary collapse

TAGS =
{
  'Channel Count' => ['TAG_CHANNEL_COUNT', :get_string],
  'Image Height' => ['TAG_IMAGE_HEIGHT', :get_long],
  'Image Width' => ['TAG_IMAGE_WIDTH', :get_long],
  'Bits Per Channel' => ['TAG_BITS_PER_CHANNEL', :get_string],
  'Color Mode' => ['TAG_COLOR_MODE', :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



1541
1542
1543
# File 'lib/image_voodoo/metadata.rb', line 1541

def self.directory_class
  com.drew..photoshop.PsdHeaderDirectory
end