Color transformation from LAB to CMYK
조회 수: 6 (최근 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!