Texture processing tools with support for Direct3D 10 and 11 formats.
Go to file
Ignacio d41c7ac33a Merge pull request #243 from fshp/master
Fix CMakeLists after rename license and readme files
2016-09-14 11:37:41 -07:00
cmake Minor osx fixes. 2016-08-16 12:31:31 -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 Minor osx fixes. 2016-08-16 12:31:31 -07:00
buildpkg Add one more exclude rule to pkg builder script. 2009-03-18 06:55:54 +00:00
ChangeLog Merge changes from 2.0 2009-10-18 08:10:28 +00:00
CMakeLists.txt Fix CMakeLists after rename license and readme files 2016-09-14 13:18:36 +03: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 Update readme files. 2016-08-16 12:43:17 -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 conditioning 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