icc rgb profile editing
4 ビュー (過去 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!