如何使用 Ghostscript 将 psd(photoshop 文件)或 tiff 转换为 PNG?

发布于 2024-12-25 11:10:19 字数 202 浏览 0 评论 0原文

我正在尝试使用 Ghostscript 将 PSD、TIFF、PCX...文件转换为 PNG 文件。 使用ghostscript 9.04, EPS或PDF是转换为PNG的作品。 但 psd(相同 tiff、pcx)文件失败。 错误消息为“错误:8BPS 中/未定义”(tiff 为“II 中/未定义”)。

我在windows7和Visualstudio 2008上尝试过。

I am attempting to use Ghostscript to convert PSD, TIFF, PCX...files to PNG file.
Using ghostscript 9.04,
EPS or PDF is work that convert to PNG.
But failed psd(same tiff, pcx) file.
Error message is 'Error: /undefined in 8BPS'(tiff is '/undefined in II').

I tried on windows7 and visualstudio 2008.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

思念绕指尖 2025-01-01 11:10:19

Ghostscript 使用 PostScript 或 PDF,但不使用图像格式。您尝试使用错误的工具,将它们从图像应用程序导出为 PNG。

Ghostscript consumes PostScript or PDF, it does not consume image formats. You are trying to use the wrong tool, export them as PNG from your image application.

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