commands.sh

pamenlarge

all

Enlarge a PAM image by duplicating pixels. See also: `pbmreduce`, `pamditherbw`, `pbmpscale`.

More info →

Options (3)

-sboolean

Enlarge the specified image by the specified factor

Example: pamenlarge {{[-s|-scale]}} {{n}} {{path/to/image.pam}} > {{path/to/output.pam}}
-xboolean

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

Enlarge 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.pam

Enlarge the specified image by the specified factors horizontally and vertically

pamenlarge [-x|-xscale] xn [-y|-yscale] yn path/to/image.pam > path/to/output.pam
made by @shridhargupta | data from tldr-pages