summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6170008213..15b960f4c2 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3319,6 +3319,7 @@ Screenshot
:png: PNG
:jpg: JPEG (default)
:jpeg: JPEG (alias for jpg)
+ :webp: WebP
``--screenshot-tag-colorspace=<yes|no>``
Tag screenshots with the appropriate colorspace.
@@ -3452,6 +3453,13 @@ Screenshot
of compression that can be achieved. For most images, "mixed" achieves the
best compression ratio, hence it is the default.
+``--screenshot-webp-lossless=<yes|no>``
+ Write lossless WebP files. ``--screenshot-webp-quality`` is ignored if this
+ is set. The default is no.
+
+``--screenshot-webp-quality=<0-100>``
+ Set the WebP quality level. Higher means better quality. The default is 75.
+
Software Scaler
---------------