pamoil

creates oil painting effect

TLDR

Apply oil painting effect
$ pamoil [input.pam] > [output.pam]
Set smear size
$ pamoil -n [3] [input.pam] > [output.pam]

SYNOPSIS

pamoil [options] [file]

DESCRIPTION

pamoil creates oil painting effect. Smears colors based on frequency.The tool applies artistic filter. Part of Netpbm.

PARAMETERS

FILE

Input PAM/PNM file.
-n SIZE
Neighborhood size (default 3).

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

CAVEATS

Part of Netpbm. Larger sizes slower. Artistic effect.

HISTORY

pamoil is part of Netpbm for applying oil painting effects.

SEE ALSO

ppmrelief(1), pgmedge(1), netpbm(1)