commands.sh

ppmcolormask

all

Produce a mask of areas of a certain color in a PPM image.

More info →

Options (1)

-cboolean

Produce a mask of areas of a certain color in the specified PPM image

Example: ppmcolormask {{[-c|-color]}} {{red,blue}} {{path/to/input.ppm}} > {{path/to/output.pbm}}

Examples (1)

Produce a mask of areas of a certain color in the specified PPM image

ppmcolormask [-c|-color] red,blue path/to/input.ppm > path/to/output.pbm
made by @shridhargupta | data from tldr-pages