Ghostscript 8.15 和 8.70 之间的兼容性问题
我在 x86_64 系统上使用 Ghostscript 8.15 进行 pdf 光栅化。现在因为新功能我想切换到8.70版本。不过,我注意到 Ghostscript 在 8.70 版本中做了一个注释,表示仅支持 32 位 postscript 整数。我不太明白这会如何影响我的应用程序的行为,并且想知道是否有人对我可能不想升级的原因有任何想法或原因。
I was using ghostscript 8.15 for pdf rasterization on a x86_64 system. Now because of new features I want to switch to version 8.70. However, I noticed that Ghostscript made a note about supporting only 32 bit postscript integers in version 8.70. I don't quite understand how this could affect the behavior of my application and was wondering if anybody had any ideas or reasons for why I might not want to upgrade.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有类似的思考过程,并且想要 8.70(x86_64)中的功能。我在 CentOS (64) 中设置并安装了版本 8.70,并且取得了成功。我在这里写了有关构建过程的文章: http://chrisschuld.com/2010/01/updating-ghostscript-on-centos-5-4-ghostscript-8-70/
我使用 Ghostscript 作为 ImageMagick 的一部分来光栅 PDF 文件,但没有不支持的字体挑战之外的任何问题。
I had a similar thought process and wanted the features in 8.70 (in x86_64). I setup and installed version 8.70 in CentOS (64) and am having success with it. I wrote about the build process here: http://chrisschuld.com/2010/01/updating-ghostscript-on-centos-5-4-ghostscript-8-70/
I use ghostscript as part of ImageMagick to raster PDF files and have not had any issues outside of unsupported font challenges.