我可以对图层使用什么图形格式?

发布于 2024-07-20 02:37:51 字数 222 浏览 10 评论 0原文

我需要能够拍摄多个图像并将它们保存到一个文件中,然后可由 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

撩人痒 2024-07-27 02:37:51

这里有一个关于阅读PSD的问题,答案是使用Paint.NET 开源 PSD 插件

There was a question here on reading PSD, there answer was to use Paint.NET open source PSD plugin

坏尐絯℡ 2024-07-27 02:37:51

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文