logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Convert Netpbm to Targa - Format Images | Online Free DevTools by Hexmos

Format Netpbm images to Truevision Targa files with pamtotga. Convert images with different colormaps using this command-line tool. Free online tool, no registration required.

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 {{[-v|-version]}}

See Also