Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 500 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 500 Bytes

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.