gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages (#11402)

* gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2023-11-07 14:15:14 +01:00
committed by GitHub
parent 1e6b225a65
commit 425cadc57a
5 changed files with 68 additions and 0 deletions

16
pages/common/pamtotga.md Normal file
View File

@@ -0,0 +1,16 @@
# pamtotga
> Convert a Netpbm image to a TrueVision Targa file.
> More information: <https://netpbm.sourceforge.net/doc/pamtotga.html>.
- Convert a Netpbm image to a TrueVision Targa file:
`pamtotga {{path/to/file.pam}} > {{path/to/output.tga}}`
- Specify the color map of the output image:
`pamtotga -{{cmap|cmap16|mono|rgb}} {{path/to/file.pam}} > {{path/to/output.tga}}`
- Display version:
`pamtotga -version`