mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
9 lines
287 B
Markdown
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}}`
|