Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 14, 2014

vtf2tga

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

Dependencies

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.

About

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

Resources

License

Releases

No releases published

Packages

No packages published

Languages