No vtf: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}}{{DISPLAYTITLE:no_vtf}} '''no_vtf''' is an open source alternative to VTF2TGA. Unlike it's first-party counterpart, it also supports converting to PNG, TIFF, and E...")
 
(Add confirm tag)
Line 1: Line 1:
{{stub}}{{DISPLAYTITLE:no_vtf}}
{{stub}}{{DISPLAYTITLE:no_vtf}}
'''no_vtf''' is an open source alternative to [[VTF2TGA]]. Unlike it's first-party counterpart, it also supports converting to PNG, TIFF, and EXR, and can also decompress [[VTF#HDR compression|compressed HDR]] skybox textures.
'''no_vtf''' is an open source alternative to [[VTF2TGA]]. Unlike its first-party counterpart, it also supports converting [[VTF]]s to [[PNG]], [[Wikipedia:TIFF|TIFF]], and [[Wikipedia:OpenEXR|EXR]], and can also decompress [[VTF#HDR compression|compressed HDR]] skybox textures.
{{modernConfirm|How does no_vtf detect compressed HDR textures? Does it look for the string {{code|hdr}} in the input filename? Compressed HDR is purely a shader thing, and isn't flagged in the VTF file….}}


== See Also ==
== See Also ==

Revision as of 13:53, 3 June 2023

Stub

This article or section is a stub. You can help by expanding it.

no_vtf is an open source alternative to VTF2TGA. Unlike its first-party counterpart, it also supports converting VTFs to PNG, TIFF, and EXR, and can also decompress compressed HDR skybox textures.

Confirm:How does no_vtf detect compressed HDR textures? Does it look for the string hdr in the input filename? Compressed HDR is purely a shader thing, and isn't flagged in the VTF file….

See Also

External Links