pbmtopgm, pbmtoplot, pbmtoppa, pbmtoptx, pbmupc, pgmenhance: add pages (#12224)
This commit is contained in:
9
pages/common/pbmtopgm.md
Normal file
9
pages/common/pbmtopgm.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# pbmtopgm
|
||||
|
||||
> Convert a PBM image to PGM by averaging areas surrounding individual pixels.
|
||||
> See also: `pnmconvol`, `pamditherbw`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pbmtopgm.html>.
|
||||
|
||||
- Convert PBM image to PGM by averaging the `w`x`h`-sized area surrounding each pixel:
|
||||
|
||||
`pbmtopgm {{w}} {{h}} {{path/to/image.pbm}} > {{path/to/output.pgm}}`
|
Reference in New Issue
Block a user