logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Deinterlace Image - Remove Rows | Online Free DevTools by Hexmos

Deinterlace images with pamdeinterlace. Easily remove even or odd rows from your Netpbm image for efficient interlacing control. Free online tool, no registration required.

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

See Also