Color transformation from LAB to CMYK
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an .icc profile that containts the data to transform from LAB to CMYK.
profile.Header
struct with fields:
Size: 6786792
CMMType: 'MSFT'
Version: '4.2.0'
DeviceClass: 'output'
ColorSpace: 'CMYK'
ConnectionSpace: 'Lab'
Now, we measure the LAB values in Photoshop and then see what the according CMYK values are using the Eyedropper tool. This is very tiresome work as we need to do it for hundreds of colours. Therefore, I would like to use the
makecform
and
applycform
functions to execute this transformation. I do not seem to succeed though, as Matlab always seems to require both an input and output icc profile, but I only have one? I don't see how I can use the makecform function to execute this simple step. There is no premade LAB-CMYK function available as far as I found out.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!