有没有CMYK图形库?
我正在寻找支持 CMYK 的图形库(JPG 或 TIF)。我必须读取一个大图像文件和一个小图像文件,然后在第一个图像文件上写入第二个图像文件。输出也必须是 CMYK(没有任何 CMYK->RGB 转换)。有吗? (C#/C++/Java 或其他)
I'm looking for graphics library with CMYK support(JPG or TIF). I have to read one big image file and one small, then write second on first. Output have to be also CMYK(without any CMYK->RGB conversion). There are any? (C#/C++/Java or somthing else)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(免责声明,我在 Atalasoft 工作)
Atalasoft dotImage 将以 CMYK 格式读取和写入图像,并在 CMYK 空间中执行叠加操作。
您需要执行此操作的代码是:
(Disclaimer, I work for Atalasoft)
Atalasoft dotImage will read and write images in as CMYK as well as perform overlay operations in CMYK space.
the code you would need to do this is: