2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pamdeinterlace {{[-takeo|-takeodd]}} {{path/to/image.ppm}} > {{path/to/output.ppm}}`
|