我可以对图层使用什么图形格式?
我需要能够拍摄多个图像并将它们保存到一个文件中,然后可由 Photoshop 或 Illustrator 等图形程序读取并进行编辑。 我需要能够在 C#/.Net 环境中执行此操作。 看起来 PDF 具有执行图层的功能,但我不确定是否有任何免费组件(例如 PDFSharp)支持图层。 如果能够直接写入 Photoshop 文件 (PSD) 那就太好了,但我还没有找到任何可以做到这一点的东西。 还有其他建议吗? 谢谢。
I need to be able to take multiple images and save them to a file that can then be read by a graphics program like Photoshop or Illustrator and edited. I need to be able to do this in a C#/.Net environment. It looks like PDF's have the capabilities to do layers but I am not sure if any of the free components like PDFSharp will support the layers. It would be nice to be able to write directly to a Photoshop file (PSD) but I haven't found anything that can do that. Any other suggestions? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一个关于阅读PSD的问题,答案是使用Paint.NET 开源 PSD 插件
There was a question here on reading PSD, there answer was to use Paint.NET open source PSD plugin
ImageMagick 应该对您的用途有用。
PSD 是 Photoshop 的格式并支持图层
XCF 还支持图层并且适用于 GIMP
我知道 Fireworks 使用带有图层的 PNG,但我知道很多其他编辑器不支持它。
ImageMagick Should be useful for what you're going for.
PSD is Photoshop's format and supports layers
XCF also supports layers and is for GIMP
I know Fireworks uses PNG with layers but I know a lot of other editors don't support it.