aboutsummaryrefslogtreecommitdiff
path: root/djpeg.1
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-11 23:15:52 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-05-11 23:15:52 +0000
commit4eda4543462a021b18409a413f9bd8347be7a173 (patch)
tree3474e19d2e4be4944b9b4652793e44b9184e2d4e /djpeg.1
parent3431e896f63e73d701754e1a91542d6ead518b6d (diff)
Document the fact that the fast integer FDCT is not fully accelerated for quality levels above 97 + additional wordsmithing
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1290 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'djpeg.1')
-rw-r--r--djpeg.12
1 files changed, 1 insertions, 1 deletions
diff --git a/djpeg.1 b/djpeg.1
index d77e7ed..37646ee 100644
--- a/djpeg.1
+++ b/djpeg.1
@@ -132,7 +132,7 @@ compressed using lower quality levels.
.TP
.B \-dct float
Use floating-point DCT method.
-The float method is mostly a legacy feature. It does not produce significantly
+The float method is mainly a legacy feature. It does not produce significantly
more accurate results than the int method, and it is much slower. The float
method may also give different results on different machines due to varying
roundoff behavior, whereas the integer methods should give the same results on