Skip to content
/ vtf2tga Public

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

License

Notifications You must be signed in to change notification settings

tranek/vtf2tga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

457815c · Jul 14, 2014

History

4 Commits
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages