From bb8a0bb4e7730f619151e57668f1d8221cbbdba4 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 2 Jul 2007 07:31:33 +0000 Subject: [PATCH] Update README. Fix typos. --- NVIDIA_Texture_Tools_README.txt | 6 +++--- NVIDIA_Texture_Tools_TODO.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NVIDIA_Texture_Tools_README.txt b/NVIDIA_Texture_Tools_README.txt index 07aed42..2a2ff35 100644 --- a/NVIDIA_Texture_Tools_README.txt +++ b/NVIDIA_Texture_Tools_README.txt @@ -82,8 +82,8 @@ The usage of the commandline tool is the following: $ nvcompress [options] infile [outfile] -where 'infile' is and TGA, PNG or JPG file, 'outfile' is a DDS file and -'options' is one or more of the following: +where 'infile' is and TGA, PNG, PSD, DDS or JPG file, 'outfile' is a DDS file +and 'options' is one or more of the following: Input options: -color The input image is a color map (default). @@ -131,7 +131,7 @@ Yes. - Do the NVIDIA Texture Tools work on Vista? Yes, but note that CUDA is not supported on Vista yet, so the tool is not hardware -accellerated. +accelerated. - Is CUDA required? diff --git a/NVIDIA_Texture_Tools_TODO.txt b/NVIDIA_Texture_Tools_TODO.txt index ebd5a4b..a7d320b 100644 --- a/NVIDIA_Texture_Tools_TODO.txt +++ b/NVIDIA_Texture_Tools_TODO.txt @@ -1,8 +1,8 @@ Short term: - Improve quality of fast compressors. - - More accellerated compressors. - - Accellerate mipmap generation. + - More accelerated compressors. + - Accelerate mipmap generation. - Generic RGB pixel format conversion. - Do not assume that alpha is used for transparency.