本文介绍了具有CMYK颜色的SVG图像 - 是否可能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以指定SVG图像应该在CMYK中产生输出?如果是这样,这是一项重大任务吗?如果图像的颜色是用RGB指定的,难以将它们转换为CMYK吗?
Is it possible to specify that as SVG image should produce output in CMYK? If so, is it a big task? What if the image has its colours specified in RGB, is it difficult to convert them to CMYK?
推荐答案
,可以让你做你需要的,但它是任何浏览器都不支持:(
SVG supports ICC colors, using ICC color profiles, which would let you do what you need, but it's not yet supported by any browser :(
这篇关于具有CMYK颜色的SVG图像 - 是否可能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!