Options (1)
booleanProduce 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.ppmProduce an image consisting of the input's odd-numbered rows
pamdeinterlace [-takeo|-takeodd] path/to/image.ppm > path/to/output.ppmmade by @shridhargupta | data from tldr-pages