Saving images with wide gamut color profile
Afficher commentaires plus anciens
I was doing some colorimetry and wanted to use MATLAB to generate some images. If I save an image to my disk using the imwrite() function, it produces an image in the sRGB color format. That's not good enough for me as my monitor supports P3, which contains many more colors. Is there a way to write an image in MATLAB with a specific color profile that isn't sRGB?
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 24 Déc 2025
1 vote
The only thing I see is using imwrite() to write tiff with colorspace cielab or icclab; or to use the tiff library to do the same thing.
Catégories
En savoir plus sur HDF5 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!