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

svgtopam — Convert an SVG file to Netpbm format. More information: <https://netpbm.sourceforge.net/doc/svgtopam

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

Problem

How to use the svgtopam command: Convert an SVG file to Netpbm format. More information: <https://netpbm.sourceforge.net/doc/svgtopam.html>.

Solution

svgtopam — Convert an SVG file to Netpbm format. More information: <https://netpbm.sourceforge.net/doc/svgtopam.html>.

Convert an SVG file to Netpbm format:
svgtopam {{path/to/file.svg}} > {{path/to/output.pam}}


Emit textual output describing the input image:
svgtopam {{[-t|-trace]}} {{path/to/file.svg}}

Code Snippets

Convert an SVG file to Netpbm format

svgtopam {{path/to/file.svg}} > {{path/to/output.pam}}

Emit textual output describing the input image

svgtopam {{[-t|-trace]}} {{path/to/file.svg}}

Context

tldr-pages: common/svgtopam

Revisions (0)

No revisions yet.