pamenlarge
all
Enlarge a PAM image by duplicating pixels. See also: `pbmreduce`, `pamditherbw`, `pbmpscale`.
More info →Options (3)
-sbooleanEnlarge the specified image by the specified factor
Example:
pamenlarge {{[-s|-scale]}} {{n}} {{path/to/image.pam}} > {{path/to/output.pam}}-xbooleanEnlarge the specified image by the specified factors horizontally and vertically
Example:
pamenlarge {{[-x|-xscale]}} {{xn}} {{[-y|-yscale]}} {{yn}} {{path/to/image.pam}} > {{path/to/output.pam}}-ybooleanEnlarge the specified image by the specified factors horizontally and vertically
Example:
pamenlarge {{[-x|-xscale]}} {{xn}} {{[-y|-yscale]}} {{yn}} {{path/to/image.pam}} > {{path/to/output.pam}}Examples (2)
Enlarge the specified image by the specified factor
pamenlarge [-s|-scale] n path/to/image.pam > path/to/output.pamEnlarge the specified image by the specified factors horizontally and vertically
pamenlarge [-x|-xscale] xn [-y|-yscale] yn path/to/image.pam > path/to/output.pammade by @shridhargupta | data from tldr-pages