mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:55:32 +02:00
svgtopam, srftopam, pamtosrf: add pages (#15353)
This commit is contained in:
parent
8742bfc456
commit
7a97ca0ba8
3 changed files with 30 additions and 0 deletions
9
pages/common/pamtosrf.md
Normal file
9
pages/common/pamtosrf.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# pamtosrf
|
||||
|
||||
> Convert Netpbm images to SRF format.
|
||||
> See also: `srftopam`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pamtosrf.html>.
|
||||
|
||||
- Convert a Netpbm image or a stream of Netpbm images to SRF format:
|
||||
|
||||
`pamtosrf {{path/to/file.pam}} > {{path/to/output.srf}}`
|
9
pages/common/srftopam.md
Normal file
9
pages/common/srftopam.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# srftopam
|
||||
|
||||
> Convert an SRF file to Netpbm format.
|
||||
> See also: `pamtosrf`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/srftopam.html>.
|
||||
|
||||
- Convert an SRF file to Netpbm format:
|
||||
|
||||
`srftopam {{path/to/file.srf}} > {{path/to/output.pam}}`
|
12
pages/common/svgtopam.md
Normal file
12
pages/common/svgtopam.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue