1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/pbmpscale.md
Lena 6fd816e36e
pages/*: use lowercase n for integer placeholders (#16033)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-03-27 21:23:12 +05:30

9 lines
287 B
Markdown

# pbmpscale
> Enlarge a PBM image with edge smoothing.
> See also: `pamenlarge`.
> More information: <https://netpbm.sourceforge.net/doc/pbmpscale.html>.
- Enlarge a PBM image by the specified factor with edge smoothing:
`pbmpscale {{n}} {{path/to/image.pbm}} > {{path/to/file.pbm}}`