mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 16:15:24 +02:00
12 lines
323 B
Markdown
12 lines
323 B
Markdown
# 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}}`
|