Files
tldr/pages.zh/common/pbmtopgm.md

379 B
Raw Blame History

pbmtopgm

通过对每个像素周围的区域进行平均,将 PBM 图像转换为 PGM。 另见:pnmconvolpamditherbw。 更多信息:https://netpbm.sourceforge.net/doc/pbmtopgm.html

  • 通过对每个像素周围的 wxh 大小区域进行平均,将 PBM 图像转换为 PGM

pbmtopgm {{w}} {{h}} {{path/to/image.pbm}} > {{path/to/output.pgm}}