VTFCmd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (revert)
Line 1: Line 1:
cnagetlitrcn
VTFCmd is a GPL C command line frontend for [[VTFLib]] that can create [[VTF]] and [[VMT]] files from various source formats, and [[TGA]] files from VTF files. It is similar in functionality to Valve's [[VTEX]] Source SDK utility, but offers a lot more control.
VTFCmd is a GPL C command line frontend for [[VTFLib]] that can create [[VTF]] and [[VMT]] files from various source formats, and [[TGA]] files from VTF files. It is similar in functionality to Valve's [[VTEX]] Source SDK utility, but offers a lot more control.



Revision as of 14:31, 12 October 2007

VTFCmd is a GPL C command line frontend for VTFLib that can create VTF and VMT files from various source formats, and TGA files from VTF files. It is similar in functionality to Valve's VTEX Source SDK utility, but offers a lot more control.

VTFCmd supports Drag n' Drop or chaining files, folders and sub-folders using standard Windows wildcards. It can also resize source images, generate normal maps, perform gamma correction and more.

VTFCmd is part of the VTFLib library.

External links