Class ColorSpaces

java.lang.Object
com.twelvemonkeys.imageio.color.ColorSpaces

public final class ColorSpaces extends Object
A helper class for working with ICC color profiles and color spaces.

Standard ICC color profiles are read from system-specific locations for known operating systems.

Color profiles may be configured by placing a property-file com/twelvemonkeys/imageio/color/icc_profiles.properties on the classpath, specifying the full path to the profiles. ICC color profiles are probably already present on your system, or can be downloaded from ICC, Adobe or other places. *

Example property file:

 # icc_profiles.properties
 ADOBE_RGB_1998=/path/to/Adobe RGB 1998.icc
 GENERIC_CMYK=/path/to/Generic CMYK.icc
 
Version:
$Id: ColorSpaces.java,v 1.0 24.01.11 17.51 haraldk Exp$