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

8 lines
279 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.

# ppmshift
> 通过随机的方式移动PPM图像中的行。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmshift.html>。
- 将输入图像中的行向左或向右随机移动不超过s
`ppmshift {{s}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}`