Class: ImageVoodoo::IccDirectory

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

Overview

GENERATED

Constant Summary collapse

TAGS =
{
  'Profile Byte Count' => ['TAG_PROFILE_BYTE_COUNT', :get_string],
  'Cmm Type' => ['TAG_CMM_TYPE', :get_string],
  'Profile Version' => ['TAG_PROFILE_VERSION', :get_string],
  'Profile Class' => ['TAG_PROFILE_CLASS', :get_string],
  'Color Space' => ['TAG_COLOR_SPACE', :get_string],
  'Profile Connection Space' => ['TAG_PROFILE_CONNECTION_SPACE', :get_string],
  'Profile Datetime' => ['TAG_PROFILE_DATETIME', :get_string],
  'Signature' => ['TAG_SIGNATURE', :get_string],
  'Platform' => ['TAG_PLATFORM', :get_string],
  'Cmm Flags' => ['TAG_CMM_FLAGS', :get_string],
  'Device Make' => ['TAG_DEVICE_MAKE', :get_string],
  'Device Model' => ['TAG_DEVICE_MODEL', :get_string],
  'Device Attr' => ['TAG_DEVICE_ATTR', :get_string],
  'Rendering Intent' => ['TAG_RENDERING_INTENT', :get_string],
  'Xyz Values' => ['TAG_XYZ_VALUES', :get_string],
  'Profile Creator' => ['TAG_PROFILE_CREATOR', :get_string],
  'Count' => ['TAG_COUNT', :get_string],
  'A2b0' => ['TAG_A2B0', :get_string],
  'A2b1' => ['TAG_A2B1', :get_string],
  'A2b2' => ['TAG_A2B2', :get_string],
  'Bxyz' => ['TAG_bXYZ', :get_string],
  'Btrc' => ['TAG_bTRC', :get_string],
  'B2a0' => ['TAG_B2A0', :get_string],
  'B2a1' => ['TAG_B2A1', :get_string],
  'B2a2' => ['TAG_B2A2', :get_string],
  'Calt' => ['TAG_calt', :get_string],
  'Targ' => ['TAG_targ', :get_string],
  'Chad' => ['TAG_chad', :get_string],
  'Chrm' => ['TAG_chrm', :get_string],
  'Cprt' => ['TAG_cprt', :get_string],
  'Crdi' => ['TAG_crdi', :get_string],
  'Dmnd' => ['TAG_dmnd', :get_string],
  'Dmdd' => ['TAG_dmdd', :get_string],
  'Devs' => ['TAG_devs', :get_string],
  'Gamt' => ['TAG_gamt', :get_string],
  'Ktrc' => ['TAG_kTRC', :get_string],
  'Gxyz' => ['TAG_gXYZ', :get_string],
  'Gtrc' => ['TAG_gTRC', :get_string],
  'Lumi' => ['TAG_lumi', :get_string],
  'Meas' => ['TAG_meas', :get_string],
  'Bkpt' => ['TAG_bkpt', :get_string],
  'Wtpt' => ['TAG_wtpt', :get_string],
  'Ncol' => ['TAG_ncol', :get_string],
  'Ncl2' => ['TAG_ncl2', :get_string],
  'Resp' => ['TAG_resp', :get_string],
  'Pre0' => ['TAG_pre0', :get_string],
  'Pre1' => ['TAG_pre1', :get_string],
  'Pre2' => ['TAG_pre2', :get_string],
  'Desc' => ['TAG_desc', :get_string],
  'Pseq' => ['TAG_pseq', :get_string],
  'Psd0' => ['TAG_psd0', :get_string],
  'Psd1' => ['TAG_psd1', :get_string],
  'Psd2' => ['TAG_psd2', :get_string],
  'Psd3' => ['TAG_psd3', :get_string],
  'Ps2s' => ['TAG_ps2s', :get_string],
  'Ps2i' => ['TAG_ps2i', :get_string],
  'Rxyz' => ['TAG_rXYZ', :get_string],
  'Rtrc' => ['TAG_rTRC', :get_string],
  'Scrd' => ['TAG_scrd', :get_string],
  'Scrn' => ['TAG_scrn', :get_string],
  'Tech' => ['TAG_tech', :get_string],
  'Bfd' => ['TAG_bfd', :get_string],
  'Vued' => ['TAG_vued', :get_string],
  'View' => ['TAG_view', :get_string],
  'Apple Multi Language Profile Name' => ['TAG_APPLE_MULTI_LANGUAGE_PROFILE_NAME', :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



1292
1293
1294
# File 'lib/image_voodoo/metadata.rb', line 1292

def self.directory_class
  com.drew..icc.IccDirectory
end