Edited wiki page through web user interface.

This commit is contained in:
castano 2007-11-24 09:39:44 +00:00
parent 22c137b7d0
commit 425bbbe83a

View File

@ -279,6 +279,14 @@ compressionOptions.enableCudaCompression(false);
The GPU compressors do not provide exactly the same result as the CPU compressors. However, the difference between the two compressors is always very small and not noticeable to the eye.
=== Color Weighting ===
*TODO*
{{{
compressionOptions.setColorWeights(float red, float green, float blue);
}}}
=== Pixel Format Conversion ===