snippetbashTip
pbmtoatk — Convert a PBM image to an Andrew Toolkit raster object. See also: `atktopbm`. More information: <htt
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.