commands.sh

pamdeinterlace

all

Remove every other row in a Netpbm image. See also: `pammixinterlace`.

More info →

Options (1)

boolean

Produce an image consisting of the input's odd-numbered rows

Example: pamdeinterlace {{[-takeo|-takeodd]}} {{path/to/image.ppm}} > {{path/to/output.ppm}}

Examples (2)

Produce an image consisting of the input's even-numbered rows

pamdeinterlace path/to/image.ppm > path/to/output.ppm

Produce an image consisting of the input's odd-numbered rows

pamdeinterlace [-takeo|-takeodd] path/to/image.ppm > path/to/output.ppm
made by @shridhargupta | data from tldr-pages