Texture processing tools with support for Direct3D 10 and 11 formats.
Go to file
2016-09-16 10:34:11 +02: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 Fixed renaming mistake. 2016-09-16 10:34:11 +02: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 Added an option to install squish library for external use (also made the same for BC6H and BC7 libs). 2016-09-16 10:25:08 +02: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