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

pbmtoplot — Convert a PBM image into a UNIX plot file. More information: <https://netpbm.sourceforge.net/doc/pbm

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

Problem

How to use the pbmtoplot command: Convert a PBM image into a UNIX plot file. More information: <https://netpbm.sourceforge.net/doc/pbmtoplot.html>.

Solution

pbmtoplot — Convert a PBM image into a UNIX plot file. More information: <https://netpbm.sourceforge.net/doc/pbmtoplot.html>.

Convert a PBM image into a UNIX plot file:
pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}

Code Snippets

Convert a PBM image into a UNIX plot file

pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}

Context

tldr-pages: common/pbmtoplot

Revisions (0)

No revisions yet.