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

pbmpscale — Enlarge a PBM image with edge smoothing. See also: `pamenlarge`. More information: <https://netpbm.s

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

Problem

How to use the pbmpscale command: Enlarge a PBM image with edge smoothing. See also: pamenlarge. More information: <https://netpbm.sourceforge.net/doc/pbmpscale.html>.

Solution

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}}

Code Snippets

Enlarge a PBM image by the specified factor with edge smoothing

pbmpscale {{n}} {{path/to/image.pbm}} > {{path/to/file.pbm}}

Context

tldr-pages: common/pbmpscale

Revisions (0)

No revisions yet.