icc rgb profile editing
조회 수: 6 (최근 30일)
이전 댓글 표시
utility/function to locally edit an icc rgb profile (say adobe)?
댓글 수: 0
답변 (1개)
John D'Errico
2025년 6월 10일
편집: John D'Errico
2025년 6월 10일
You can use iccread and iccwrite.
help iccread
help iccwrite
Having used iccread, you can modify whatever you wish, then write it back out. These tools live in the image processing toolbox, so you would need that.
If you don't have the IPTB (why in the name of god why not, if you are using MATLAB to work with this stuff?) then you would need to use other tools, or write something yourself. An ICC profile is just a file, with carefully published specifications somewhere. (Probably available from the ICC.) But just use ICCREAD and ICCWRITE.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Color에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!