pamscale
Verified for current stable LTS
Pamscale Command: Scale Image To Fill Box Preserving Aspect Ratio
Use for scale image to fill box preserving aspect ratio with Pamscale. Exact CLI syntax to scale image to fill box preserving aspect ratio using Pamscale.
When to use this: Use for scale image to fill box preserving aspect ratio with Pamscale.
Command Syntax
pamscale -xyfill <box_width> <box_height> <path/to/input.pam> > <path/to/output.pam> pamscale -xyfill <box_width> <box_height> <path/to/input.pam> > <path/to/output.pam> Live Command Builder
Final Command
pamscale -xyfill <box_width> <box_height> <path/to/input.pam> > <path/to/output.pam> Command Breakdown
-xyfill- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scale image to fill box preserving aspect ratio using Pamscale.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pamscale Command: Scale Image By Specified Factors
pamscale -xsc <x_factor> -ysc <y_factor> <path/to/input.pam> > <path/to/output.pam> Pamscale Command: Scale Image To Fit Bounding Box pamscale -xyfit <bbox_width> <bbox_height> <path/to/input.pam> > <path/to/output.pam> Pamscale Command: Scale Image To Specific Dimensions pamscale -wid <width> -h <height> <path/to/input.pam> > <path/to/output.pam> Pamscale Command: Scale Image To Specific Width Keeping Aspect Ratio pamscale -wid <width> <path/to/input.pam> > <path/to/output.pam>