How can I apply an ICC profile from one image to another image?
Ältere Kommentare anzeigen
I want to get the ICC profile from a WSI image (.svs format) and apply it to a TIFF image.
However, when I used "iccwrite" to do this, it corrupted my TIFF image instead:
>> P = iccread('image1.svs');
>> iccwrite(P, 'image2.tif');
>> imread('image2.tif')
Error using imread (line 362)
Unable to determine the file format.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Color finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!