Files
tldr/pages.zh/common/inkmake.md

24 lines
653 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# inkmake
> 使用 Inkscape 后端的 GNU Makefile 风格 SVG 导出。
> 更多信息请访问: <https://github.com/wader/inkmake>。
- 导出指定 Inkfile 的 SVG 文件:
`inkmake {{path/to/Inkfile}}`
- 执行 Inkfile 并显示详细信息:
`inkmake --verbose {{path/to/Inkfile}}`
- 执行 Inkfile指定 SVG 输入文件和输出文件:
`inkmake --svg {{path/to/file.svg}} --out {{path/to/output_image}} {{path/to/Inkfile}}`
- 使用自定义的 Inkscape 二进制文件作为后端:
`inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}`
- 显示帮助信息:
`inkmake --help`