LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pamoil

creates oil painting effect

TLDR

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

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
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

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)

Copied to clipboard
Kai