[OpenJDK 2D-Dev] Basic Color Management
Adam Augusta
roxton at gmail.com
Fri Jun 13 17:34:09 UTC 2008
On Fri, Jun 13, 2008 at 1:26 PM, Dmitri Trembovetski
<Dmitri.Trembovetski at sun.com> wrote:
> java.awt.BufferedImage has a ColorModel with
> ColorSpace describing how to interpret the
> colors, and which may be defined by ICC profile:
> http://java.sun.com/javase/6/docs/api/java/awt/image/ColorModel.html
> http://java.sun.com/javase/6/docs/api/java/awt/color/ColorSpace.html
By the spec, profiles support four rendering intents, absolute
colorimetric, relative colorimetric, perceptual, and saturation. You
can define a ColorSpace by an ICC profile, but there's no opportunity
to specify a rendering intent.
(I know Batik extended ColorSpace to support a rendering intent, but
Batik is an SVG library.)
Thanks for your response.
-Adam
More information about the 2d-dev
mailing list