|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ColorProfileData
ColorProfileData[<>, "Description"->"desc", "DeviceColorSpace"->"device", "IndependentColorSpace"->"ics"]
represents an ICC color profile that can convert between the independent color space
and the device-dependent color space
.
DetailsDetails
- ColorProfileData is used to uniquely define device-dependent color spaces such as
or
. - Color profiles ensure a good conversion between color spaces and the nearly device-independent color rendering.
- ColorProfileData can be imported from an ICC file or an image file with an embedded color profile.
- Using ColorProfileData[...][intent], the rendering intent can be specified. Possible settings are
(default),
,
, and
.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Import the sRGB color profile:
| In[1]:= |
| Out[1]= | ![]() |
ColorSpace of an image can be specified with a ColorProfileData object:
| In[1]:= |
| Out[1]= |
Import an image with an embedded color profile:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= |
Import the color profile embedded in an image:
| In[3]:= |
| Out[3]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


