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)

Import the sRGB color profile:

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

Import an image with an embedded color profile:

Import the color profile embedded in an image:

Possible Issues  (1)

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

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.

CMS

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2023_colorprofiledata, organization={Wolfram Research}, title={ColorProfileData}, year={2012}, url={https://reference.wolfram.com/language/ref/ColorProfileData.html}, note=[Accessed: 19-March-2024 ]}