1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pamoil.md

12 lines
372 B
Markdown

# pamoil
> Turn a PAM image into an oil painting.
> More information: <https://netpbm.sourceforge.net/doc/pamoil.html>.
- Turn a PAM image into an oil painting:
`pamoil {{path/to/input_file.pam}} > {{path/to/output_file.pam}}`
- Consider a neighborhood of N pixels for the "smearing" effect:
`pamoil -n {{N}} {{path/to/input_file.pam}} > {{path/to/output_file.pam}}`