Read ICC profile
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, http://www.color.org.
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
or applycform
functions to compute color space transformations.