Skip to content

Commit

Permalink
manpage: update --zimg-scaler default
Browse files Browse the repository at this point in the history
Forgotten in previous commit.
  • Loading branch information
wm4 committed Oct 31, 2019
1 parent a7230df commit 9e0b0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DOCS/man/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3863,8 +3863,8 @@ Software Scaler

Most things which need software conversion can make use of this.

``--zimg--scaler=<point|bilinear|bicubic|spline16|spline36|lanczos>``
Zimg luma scaler to use (default: bilinear).
``--zimg-scaler=<point|bilinear|bicubic|spline16|spline36|lanczos>``
Zimg luma scaler to use (default: lanczos).

``--zimg-scaler-param-a=<default|float>``, ``--zimg-scaler-param-b=<default|float>``
Set scaler parameters. By default, these are set to the special string
Expand All @@ -3878,7 +3878,7 @@ Software Scaler
a and b are the bicubic b and c parameters.

``--zimg-scaler-chroma=...``
Same as ``--zimg--scaler``, for for chroma interpolation.
Same as ``--zimg--scaler``, for for chroma interpolation (default: bilinear).

``--zimg-scaler-chroma-param-a``, ``--zimg-scaler-chroma-param-b``
Same as ``--zimg-scaler-param-a`` / ``--zimg-scaler-param-b``, for chroma.
Expand Down

0 comments on commit 9e0b0be

Please sign in to comment.