WOLFRAM

ColorProfileData
ColorProfileData

ColorProfileData[<>,"Description""desc","DeviceColorSpace""device","IndependentColorSpace""ics"]

represents an ICC color profile that can convert between the independent color space "ics" and the device-dependent color space "device".

Details

  • ColorProfileData is used to uniquely define device-dependent color spaces such as "RGB" or "CMYK" and ensures a good conversion between them 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:
  • "PerceptualProfile"perceptual profile (default)
    "SaturationProfile"saturation profile
    "MediaRelativeColorimetricProfile"media relative colorimetric profile
    "ICCAbsoluteColorimetricProfile"ICC absolute colorimetric profile

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

Import the sRGB color profile:

Out[1]=1

ColorSpace of an image can be specified with a ColorProfileData object:

Out[1]=1

Import an image with an embedded color profile:

Out[1]=1
Out[2]=2

Import the color profile embedded in an image:

Out[3]=3

Possible Issues  (1)Common pitfalls and unexpected behavior

Some color profiles may not permit a faithful representation of colors from other spaces:

Out[1]=1
Out[4]=4
Wolfram Research (2012), ColorProfileData, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorProfileData.html.
Wolfram Research (2012), ColorProfileData, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorProfileData.html.

Text

Wolfram Research (2012), ColorProfileData, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorProfileData.html.

Wolfram Research (2012), ColorProfileData, Wolfram Language function, https://reference.wolfram.com/language/ref/ColorProfileData.html.

CMS

Wolfram Language. 2012. "ColorProfileData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ColorProfileData.html.

Wolfram Language. 2012. "ColorProfileData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ColorProfileData.html.

APA

Wolfram Language. (2012). ColorProfileData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ColorProfileData.html

Wolfram Language. (2012). ColorProfileData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ColorProfileData.html

BibTeX

@misc{reference.wolfram_2025_colorprofiledata, author="Wolfram Research", title="{ColorProfileData}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/ColorProfileData.html}", note=[Accessed: 29-May-2025 ]}

@misc{reference.wolfram_2025_colorprofiledata, author="Wolfram Research", title="{ColorProfileData}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/ColorProfileData.html}", note=[Accessed: 29-May-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_colorprofiledata, organization={Wolfram Research}, title={ColorProfileData}, year={2012}, url={https://reference.wolfram.com/language/ref/ColorProfileData.html}, note=[Accessed: 29-May-2025 ]}

@online{reference.wolfram_2025_colorprofiledata, organization={Wolfram Research}, title={ColorProfileData}, year={2012}, url={https://reference.wolfram.com/language/ref/ColorProfileData.html}, note=[Accessed: 29-May-2025 ]}