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
284 B
Markdown
9 lines
284 B
Markdown
# pbmtoatk
|
|
|
|
> Convert a PBM image to an Andrew Toolkit raster object.
|
|
> See also: `atktopbm`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtoatk.html>.
|
|
|
|
- Convert a PBM image to an Andrew Toolkit raster object:
|
|
|
|
`pbmtoatk {{path/to/image.pbm}} > {{path/to/output.atk}}`
|