mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pamditherbw: edit page; atktopbm, pamenlarge, pbmreduce, pbmtext, pbmtextps, pbmtoatk, pbmtobbnbg; add pages --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
9 lines
282 B
Markdown
9 lines
282 B
Markdown
# atktopbm
|
|
|
|
> Convert a Andrew Toolkit raster object to a PBM image.
|
|
> See also: `pbmtoatk`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/atktopbm.html>.
|
|
|
|
- Convert a Andrew Toolkit raster object to a PBM image:
|
|
|
|
`atktopbm {{path/to/image.atk}} > {{path/to/output.pbm}}`
|