2 个版本
0.1.1 | 2024 年 4 月 21 日 |
---|---|
0.1.0 | 2020 年 7 月 13 日 |
#597 in 图像
每月 23 次下载
在 pstoedit 中使用
12KB
249 行
pstoedit-sys
对 pstoedit 的原生绑定。
此 crate 包含对 pstoedit C API 的底层绑定,pstoedit 是一个可以将 PostScript 和 PDF 图形转换为其他矢量格式的 C++ 程序。
要求和兼容性
仅支持动态链接到 pstoedit,因此需要安装 pstoedit。支持多个版本,但必须启用以 pstoedit_
开头的适当功能以防止运行时 IncompatibleVersion
错误。如果指定了多个版本,则列表中的第一个版本具有优先权。
pstoedit_4_01
:与 pstoedit 版本 4.01 兼容,并且可能兼容未来的 4.xx 版本。pstoedit_4_00
:与 pstoedit 版本 4.00–4.01 兼容,并且可能兼容未来的 4.xx 版本。- 没有以
pstoedit_
开头的功能:与 pstoedit 版本 3.17–3.78 兼容。
许可证
根据 GNU 通用公共许可证许可;许可证的第 2 版(LICENSE 或 https://www.gnu.org/licenses/old-licenses/gpl-2.0.html),或(根据您的选择)任何较新版本。