HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pamedge — Perform edge-detection on a Netpbm image. More information: <https://netpbm.sourceforge.net/doc/pame

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandedgeperformpamedgeclidetectionnetpbmimage

Problem

How to use the pamedge command: Perform edge-detection on a Netpbm image. More information: <https://netpbm.sourceforge.net/doc/pamedge.html>.

Solution

pamedge — Perform edge-detection on a Netpbm image. More information: <https://netpbm.sourceforge.net/doc/pamedge.html>.

Perform edge-detection on a Netpbm image:
pamedge {{path/to/input.pam}} > {{path/to/output.pam}}

Code Snippets

Perform edge-detection on a Netpbm image

pamedge {{path/to/input.pam}} > {{path/to/output.pam}}

Context

tldr-pages: common/pamedge

Revisions (0)

No revisions yet.