SkillAgentSearch skills...

Vtf2tga

Converts Valve Texture Format (.vtf) image files to Targa (.tga) image files.

Install / Use

/learn @tranek/Vtf2tga
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vtf2tga

Converts Valve Texture Format (.vtf) files to Targa (.tga) files.

Dependencies

  • VTFLib For reading .vtf files.
  • [ImageMagick] (http://www.imagemagick.org/) For writing .tga files.

Compiling

$g++ -std=c++11 vtf2tga.cpp -lVTFLib13 `Magick++-config --cppflags --cxxflags --ldflags --libs` -o vtf2tga.exe

Usage

$vtf2tga.exe "/path/to/.vtf" "/path/to/output/.tga"

License

MIT License. See LICENSE file for further details.

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2mo ago
Forks3

Languages

C++

Security Score

90/100

Audited on Dec 29, 2025

No findings