SkillAgentSearch skills...

Tga2png

Convert Targa to PNG images

Install / Use

/learn @shusaura85/Tga2png
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Targa2PNG

Targa2PNG is a small console based application to convert Truevision Targa images (.tga) to Portable Network Graphics (.png) with alpha transparency.

Usage

targa2png.exe <input_tga_file> [<output_png_file>] [<invert_mask>]
  • <input_tga_file> - Filename of the input TGA image
  • <output_png_file> - Filename of the output PNG image. If not specified, the input file name will be used with .png extension
  • <invert_mask> - If the TGA image has an inverted mask, set this to 1 to invert mask data. If not specified, mask data from TGA will be used as is.
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks1

Languages

Pascal

Security Score

80/100

Audited on Dec 3, 2024

No findings