commands.sh

pamflip

all

Flip or rotate a PAM or PNM image.

More info →

Options (4)

-rboolean

Rotate the input image counter-clockwise for a specific degree

Example: pamflip {{[-r|-rotate]}}{{90|180|270}} {{path/to/input.pam}} > {{path/to/output.pam}}
boolean

Flip left for right

Example: pamflip {{[-lr|-leftright]}} {{path/to/input.pam}} > {{path/to/output.pam}}
boolean

Flip top for bottom

Example: pamflip {{[-tb|-topbottom]}} {{path/to/input.pam}} > {{path/to/output.pam}}
boolean

Flip the input image on the main diagonal

Example: pamflip {{[-xy|-transpose]}} {{path/to/input.pam}} > {{path/to/output.pam}}

Examples (4)

Rotate the input image counter-clockwise for a specific degree

pamflip [-r|-rotate]90|180|270 path/to/input.pam > path/to/output.pam

Flip left for right

pamflip [-lr|-leftright] path/to/input.pam > path/to/output.pam

Flip top for bottom

pamflip [-tb|-topbottom] path/to/input.pam > path/to/output.pam

Flip the input image on the main diagonal

pamflip [-xy|-transpose] path/to/input.pam > path/to/output.pam
made by @shridhargupta | data from tldr-pages