Texture processing tools with support for Direct3D 10 and 11 formats.
Go to file
2016-10-22 22:42:42 +04:00
cmake Cleanups for 2.1.0 release. 2016-09-19 12:53:33 -07:00
data Add luma test. 2012-04-30 23:04:05 +00:00
doc Add doc folder. 2009-11-03 23:57:36 +00:00
extern Add basic NetBSD support 2016-07-30 11:49:33 +02:00
project Update readme files. 2016-08-16 12:43:17 -07:00
src Fix compression for non multiple of 4 texture size 2016-10-19 17:47:00 +02:00
.gitignore Add global gitignore 2016-10-22 22:42:42 +04:00
buildpkg Cleanups for 2.1.0 release. 2016-09-19 12:53:33 -07:00
ChangeLog Cleanups for 2.1.0 release. 2016-09-19 12:53:33 -07:00
CMakeLists.txt Cleanups for 2.1.0 release. 2016-09-19 12:53:33 -07:00
configure Integrate more changes from cfcohen. 2015-12-05 15:16:14 -08:00
LICENSE Update readme files. 2016-08-16 12:43:17 -07:00
README.md Cleanups for 2.1.0 release. 2016-09-19 12:53:33 -07:00
VERSION Update changelog with 2.0.1 changes. 2008-02-28 07:43:37 +00:00

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