From 91e0e5d46439b09bb96c4ec11c3bb07107a3fa45 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Mon, 19 Jan 2026 03:57:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba58cf..a14f98f 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ Note: If you're compressing LDR/SDR image files to an HDR format, the codec's de ### Some Useful Command Line Options -- All codecs now support simple unified "quality" and "effort" settings. `-effort X` [0,10] controls how much of the search space (and how slowly) compression proceeds, and `quality X` [1,100] controls the quality vs. bitrate tradeoff. Internally these settings will be mapped to each codec's specific configuration settings: lambda, or , etc. Almost all the older settings still work, however. (Previously, `-q X`, where X ranged from [1,255], controlled the ETC1S quality setting. This option is still available, but `-quality` is preferred now.) +- All codecs now support simple unified "quality" and "effort" settings. `-effort X` [0,10] controls how much of the search space (and how slowly) compression proceeds, and `quality X` [1,100] controls the quality vs. bitrate tradeoff. Internally these settings will be mapped to each codec's specific configuration settings. Almost all the older settings still work, however. Previously, `-q X`, where X ranged from [1,255], controlled the ETC1S quality setting. This option is still available, but `-quality` is preferred now. - `-debug` causes the encoder to print internal and developer-oriented verbose debug information.