Color transformation from LAB to CMYK
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!