1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/pamoil.md
Lena 6fd816e36e
pages/*: use lowercase n for integer placeholders (#16033)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-03-27 21:23:12 +05:30

374 B

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}}