svgtopam, srftopam, pamtosrf: add pages (#15353)

This commit is contained in:
Juri Dispan
2024-12-28 06:47:59 +01:00
committed by GitHub
parent 8742bfc456
commit 7a97ca0ba8
3 changed files with 30 additions and 0 deletions

12
pages/common/svgtopam.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`