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).

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