How can I load the ICC profile without loading the image into MATLAB?

3 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 4 May 2018
The ICC profile can be obtained by using the "iccread" function:
For example:
>> P = iccread('filename.svs');

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!