Options (4)
booleanScale an image such that the result has the specified dimensions
Example:
pamscale {{[-wid|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/input.pam}} > {{path/to/output.pam}}-hbooleanScale an image such that the result has the specified dimensions
Example:
pamscale {{[-wid|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/input.pam}} > {{path/to/output.pam}}booleanScale an image such that its width and height is changed by the specified factors
Example:
pamscale {{[-xsc|-xscale]}} {{x_factor}} {{[-ysc|-yscale]}} {{y_factor}} {{path/to/input.pam}} > {{path/to/output.pam}}booleanScale an image such that its width and height is changed by the specified factors
Example:
pamscale {{[-xsc|-xscale]}} {{x_factor}} {{[-ysc|-yscale]}} {{y_factor}} {{path/to/input.pam}} > {{path/to/output.pam}}Examples (5)
Scale an image such that the result has the specified dimensions
pamscale [-wid|-width] width [-h|-height] height path/to/input.pam > path/to/output.pamScale an image such that the result has the specified width, keeping the aspect ratio
pamscale [-wid|-width] width path/to/input.pam > path/to/output.pamScale an image such that its width and height is changed by the specified factors
pamscale [-xsc|-xscale] x_factor [-ysc|-yscale] y_factor path/to/input.pam > path/to/output.pamScale an image such that it fits into the specified bounding box while preserving its aspect ratio
pamscale -xyfit bbox_width bbox_height path/to/input.pam > path/to/output.pamScale an image such that it completely fills the specified box while preserving its aspect ratio
pamscale -xyfill box_width box_height path/to/input.pam > path/to/output.pammade by @shridhargupta | data from tldr-pages