Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages