Update README. Fix typos.
This commit is contained in:
parent
68b0c2697c
commit
bb8a0bb4e7
@ -82,8 +82,8 @@ The usage of the commandline tool is the following:
|
|||||||
|
|
||||||
$ nvcompress [options] infile [outfile]
|
$ nvcompress [options] infile [outfile]
|
||||||
|
|
||||||
where 'infile' is and TGA, PNG or JPG file, 'outfile' is a DDS file and
|
where 'infile' is and TGA, PNG, PSD, DDS or JPG file, 'outfile' is a DDS file
|
||||||
'options' is one or more of the following:
|
and 'options' is one or more of the following:
|
||||||
|
|
||||||
Input options:
|
Input options:
|
||||||
-color The input image is a color map (default).
|
-color The input image is a color map (default).
|
||||||
@ -131,7 +131,7 @@ Yes.
|
|||||||
|
|
||||||
- Do the NVIDIA Texture Tools work on Vista?
|
- 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
|
Yes, but note that CUDA is not supported on Vista yet, so the tool is not hardware
|
||||||
accellerated.
|
accelerated.
|
||||||
|
|
||||||
|
|
||||||
- Is CUDA required?
|
- Is CUDA required?
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
Short term:
|
Short term:
|
||||||
- Improve quality of fast compressors.
|
- Improve quality of fast compressors.
|
||||||
- More accellerated compressors.
|
- More accelerated compressors.
|
||||||
- Accellerate mipmap generation.
|
- Accelerate mipmap generation.
|
||||||
- Generic RGB pixel format conversion.
|
- Generic RGB pixel format conversion.
|
||||||
- Do not assume that alpha is used for transparency.
|
- Do not assume that alpha is used for transparency.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user