1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/common/pamdeinterlace.md
Antti Savolainen e7e3c0b668 batch4
2025-03-28 18:48:45 +02:00

454 B

pamdeinterlace

Remove every other row in a Netpbm image. See also: pammixinterlace. More information: https://netpbm.sourceforge.net/doc/pamdeinterlace.html.

  • 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}}