HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pbmtoatk — Convert a PBM image to an Andrew Toolkit raster object. See also: `atktopbm`. More information: <htt

Submitted by: @import:tldr-pages··
0
Viewed 0 times
toolkitcommandconvertcliimageandrewpbmpbmtoatk

Problem

How to use the pbmtoatk command: Convert a PBM image to an Andrew Toolkit raster object. See also: atktopbm. More information: <https://netpbm.sourceforge.net/doc/pbmtoatk.html>.

Solution

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}}

Code Snippets

Convert a PBM image to an Andrew Toolkit raster object

pbmtoatk {{path/to/image.pbm}} > {{path/to/output.atk}}

Context

tldr-pages: common/pbmtoatk

Revisions (0)

No revisions yet.