snippetbashTip
pbmpscale — Enlarge a PBM image with edge smoothing. See also: `pamenlarge`. More information: <https://netpbm.s
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.