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

16 lines
478 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.

# ppmtoacad
> 将PPM图像转换为AutoCAD数据库或幻灯片。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtoacad.html>。
- 将PPM图像转换为AutoCAD幻灯片
`ppmtoacad {{path/to/file.ppm}} > {{path/to/file.acad}}`
- 将PPM图像转换为AutoCAD二进制数据库导入文件
`ppmtoacad -dxb {{path/to/file.ppm}} > {{path/to/file.dxb}}`
- 将输出中的颜色限制为8种RGB色调
`ppmtoacad -8 {{path/to/file.ppm}} > {{path/to/file.dxb}}`