iccread
Read ICC profile
Description
reads the International Color Consortium (ICC) color profile data from the file specified by
the input profile
= iccread(filename
)filename
.
Note
iccread
can read profiles that conform with either Version 2
(ICC.1:2001-04) or Version 4 (ICC.1:2001-12) of the ICC specification. For more
information about ICC profiles, visit the ICC website, https://www.color.org.
Examples
Input Arguments
Output Arguments
Tips
ICC profiles provide color management systems with the information necessary to convert color data between native device color spaces and device-independent color spaces, called the Profile Connection Space (PCS). You can use the profile as the source or destination profile with the
makecform
orapplycform
functions to compute color space transformations.
Version History
Introduced before R2006a