1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/svgtopam.md
Antti Savolainen 7f290aebc8 batch2
2025-03-28 17:04:07 +02:00

323 B

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}}