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

12 lines
397 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.

# pnmtoddif
> 将PNM图像转换为DDIF图像文件。
> 更多信息:<https://netpbm.sourceforge.net/doc/pnmtoddif.html>。
- 将PNM图像转换为DDIF图像文件
`pnmtoddif {{path/to/image.pnm}} > {{path/to/image.ddif}}`
- 明确指定输出图像的水平和垂直分辨率:
`pnmtoddif -resolution {{horizontal_dpi}} {{vertical_dpi}} {{path/to/image.pnm}} > {{path/to/image.ddif}}`