LinuxCommandLibrary

pbmtopgm

Convert a PBM image to PGM by averaging areas surrounding individual pixels.

TLDR

Convert PBM image to PGM by averaging the wxh-sized area surrounding each pixel

$ pbmtopgm [w] [h] [path/to/image.pbm] > [path/to/output.pgm]
copy

Copied to clipboard