commands.sh

pamfix

all

Fix errors in PAM, PBM, PGM, and PPM files. See also: `pamfile`, `pamvalidate`.

More info →

Options (3)

-tboolean

Fix a Netpbm file that is missing its last part

Example: pamfix {{[-t|-truncate]}} {{path/to/corrupted.ext}} > {{path/to/output.ext}}
boolean

Fix a Netpbm file where pixel values exceed the image's `maxval` by lowering the offending pixels' values

Example: pamfix {{[-cl|-clip]}} {{path/to/corrupted.ext}} > {{path/to/output.ext}}
boolean

Fix a Netpbm file where pixel values exceed the image's `maxval` by increasing it

Example: pamfix {{[-ch|-changemaxval]}} {{path/to/corrupted.pam|pbm|pgm|ppm}} > {{path/to/output.pam|pbm|pgm|ppm}}

Examples (3)

Fix a Netpbm file that is missing its last part

pamfix [-t|-truncate] path/to/corrupted.ext > path/to/output.ext

Fix a Netpbm file where pixel values exceed the image's `maxval` by lowering the offending pixels' values

pamfix [-cl|-clip] path/to/corrupted.ext > path/to/output.ext

Fix a Netpbm file where pixel values exceed the image's `maxval` by increasing it

pamfix [-ch|-changemaxval] path/to/corrupted.pam|pbm|pgm|ppm > path/to/output.pam|pbm|pgm|ppm
made by @shridhargupta | data from tldr-pages