Skip to content

eXeC64/vtf2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtf2png

vtf2png is a command line tool to extract images from the VTF format used by Valve's Source Engine. It supports a variety of pixel data formats, including most of the RGBA variations and DXT compression formats.

The only dependencies are libpng and argp.

Usage:

Export an image: ./vtf2png some.vtf out.png

Export a specific frame: ./vtf2png -f 17 some.vtf out.png

About

Command line tool to convert VTF images into PNGs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published