Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/doc/builtinplugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1345,9 +1345,10 @@ control aspects of the writing itself:
For lossy, higher effort should more accurately reach the target quality.
* - ``jpegxl:speed``
- int
- Sets the decoding speed tier for the provided options. Minimum is 0
- Sets the decoding speed tier. Minimum is 0
(slowest to decode, best quality/density), and maximum is 4 (fastest to
decode, at the cost of some quality/density). Default is 0.
decode, at the cost of some quality/density). Default is 0. Encoding
speeds may be affected but have no relationship to the decoding speed tier.
* - ``jpegxl:photon_noise_iso``
- float
- (ISO_FILM_SPEED) Adds noise to the image emulating photographic film or
Expand Down