DOCS: explain origin of sigmoidization

This commit is contained in:
Kacper Michajłow 2024-10-13 20:01:55 +02:00
parent cd9761651f
commit e40442676a
1 changed files with 3 additions and 0 deletions

View File

@ -5675,6 +5675,9 @@ them.
``--linear-upscaling``. (Note that sigmoidization also requires
linearization, so the ``LINEAR`` rendering step fires in both cases)
For more information about sigmoidization, see:
https://imagemagick.org/Usage/resize/#resize_sigmoidal
``--sigmoid-center``
The center of the sigmoid curve used for ``--sigmoid-upscaling``, must be a
float between 0.0 and 1.0. Defaults to 0.75 if not specified.