LinuxCommandLibrary

pamedge

performs edge detection

TLDR

Detect edges

$ pamedge [input.pam] > [output.pam]
copy
From pipe
$ cat [image.pam] | pamedge > [edges.pam]
copy

SYNOPSIS

pamedge [file]

DESCRIPTION

pamedge performs edge detection. Uses gradient-based method.
The tool highlights edges in images. Part of Netpbm.

PARAMETERS

FILE

Input PAM/PNM image.

CAVEATS

Part of Netpbm. Simple edge detection. Grayscale output.

HISTORY

pamedge is part of Netpbm for basic edge detection.

SEE ALSO

pnmconvol(1), pgmedge(1), netpbm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community