Files
cheatsheet-tldr/tldr/pamedge
2024-03-05 00:12:59 +00:00

14 lines
322 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`