Skip to content

Commit f5b6c6c

Browse files
authored
docs: Clarify description of JPEG XL faster decoding modes (#4812)
Fixes #4584 A minor edit with large consequences. Previously the setting would encode uncompressed files due to a bug, causing the much faster encoding as stated in the old description. In the upcoming v0.12 libjxl release, [my PR](libjxl/libjxl#4201) overhauls the setting, to correctly scale decode speed at the cost of density. --------- Signed-off-by: Jonathan Brown <jonathanbr30@gmail.com>
1 parent c104dd0 commit f5b6c6c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/doc/builtinplugins.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,11 +1345,11 @@ control aspects of the writing itself:
13451345
For lossy, higher effort should more accurately reach the target quality.
13461346
* - ``jpegxl:speed``
13471347
- int
1348-
- Sets the encoding speed tier for the provided options. Minimum is 0
1349-
(slowest to encode, best quality/density), and maximum is 4 (fastest to
1350-
encode, at the cost of some quality/density). Default is 0.
1351-
(Note: in libjxl it named JXL_ENC_FRAME_SETTING_DECODING_SPEED. But it
1352-
is about encoding speed and compression quality, not decoding speed.)
1348+
- Sets the decoding speed tier. Values 1 to 4 offer progressively
1349+
faster decoding speed but lower compression ratio.
1350+
Encoding speed is variable between levels, but still moderated
1351+
with the effort setting. Default value is 0 for highest compression
1352+
ratio/quality but slowest decoding.
13531353
* - ``jpegxl:photon_noise_iso``
13541354
- float
13551355
- (ISO_FILM_SPEED) Adds noise to the image emulating photographic film or

0 commit comments

Comments
 (0)