mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:55:25 +02:00
pamtotga: add Dutch translation (#11784)
This commit is contained in:
parent
bb8606068a
commit
6c1ca70e12
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/pamtotga.md
Normal file
16
pages.nl/common/pamtotga.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# pamtotga
|
||||
|
||||
> Converteer een Netpbm afbeelding naar een TrueVision Targa bestand.
|
||||
> Meer informatie: <https://netpbm.sourceforge.net/doc/pamtotga.html>.
|
||||
|
||||
- Converteer een Netpbm afbeelding naar een TrueVision Targa bestand:
|
||||
|
||||
`pamtotga {{pad/naar/bestand.pam}} > {{pad/naar/uitvoer.tga}}`
|
||||
|
||||
- Specifieer de kleur van de uitvoer afbeelding:
|
||||
|
||||
`pamtotga -{{cmap|cmap16|mono|rgb}} {{pad/naar/bestand.pam}} > {{pad/naar/uitvoer.tga}}`
|
||||
|
||||
- Toon de versie:
|
||||
|
||||
`pamtotga -version`
|
Loading…
Add table
Reference in a new issue