Texture processing tools with support for Direct3D 10 and 11 formats.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Ignacio fa6ebda53f Cleanups for 2.1.0 release. 8 years ago
cmake Cleanups for 2.1.0 release. 8 years ago
data Add luma test. 12 years ago
doc Add doc folder. 15 years ago
extern Add basic NetBSD support 8 years ago
project Update readme files. 8 years ago
src Fix issue #240. 8 years ago
CMakeLists.txt Cleanups for 2.1.0 release. 8 years ago
ChangeLog Cleanups for 2.1.0 release. 8 years ago
LICENSE Update readme files. 8 years ago
README.md Cleanups for 2.1.0 release. 8 years ago
VERSION Update changelog with 2.0.1 changes. 16 years ago
buildpkg Cleanups for 2.1.0 release. 8 years ago
configure Integrate more changes from cfcohen. 9 years ago

README.md

NVIDIA Texture Tools

The NVIDIA Texture Tools is a collection of image processing and texture manipulation tools, designed to be integrated in game tools and asset processing pipelines.

The primary features of the library are mipmap and normal map generation, format conversion and DXT compression.

How to build (Windows)

Open project/vc12/thekla.sln using Visual Studio.

Solutions for previous versions are also available, but they may not be up to date.

How to build (Linux/OSX)

Use cmake and the provided configure script:

$ ./configure
$ make
$ sudo make install

Using NVIDIA Texture Tools

To use the NVIDIA Texture Tools in your own applications you just have to include the following header file:

src/nvimage/nvtt/nvtt.h

And include the nvtt library in your projects.

The following file contains a simple example that shows how to use the library:

src/nvimage/nvtt/compress.cpp

Detailed documentation of the API can be found at:

http://code.google.com/p/nvidia-texture-tools/wiki/ApiDocumentation