MATLAB: How to load the ICC profile without loading the image into MATLAB

coloriccreadimageMATLABprofilesvswsi

I want to load the color ICC profile from a WSI image (.svs format). Since the WSI image is huge, I would like to get the ICC profile without having to first load the image.

Best Answer

The ICC profile can be obtained by using the "iccread" function:
For example:
>> P = iccread('filename.svs');