Files
tldr/pages/common/svgtopam.md
2024-12-28 06:47:59 +01:00

13 lines
314 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 -trace {{path/to/file.svg}}`