2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`svgtopam {{[-t|-trace]}} {{path/to/file.svg}}`
|