Commit c49b0360 authored by Lars Kiesow's avatar Lars Kiesow

Documentation for scale filter factor

parent 69b1d1d9
...@@ -6911,6 +6911,11 @@ maintains the aspect ratio of the input image, calculated from the ...@@ -6911,6 +6911,11 @@ maintains the aspect ratio of the input image, calculated from the
other specified dimension. If both of them are -1, the input size is other specified dimension. If both of them are -1, the input size is
used used
If one of the values is -n with n > 1, the scale filter will also use a value
that maintains the aspect ratio of the input image, calculated from the other
specified dimension. After that it will, however, make sure that the calculated
dimension is divisible by n and adjust the value if necessary.
See below for the list of accepted constants for use in the dimension See below for the list of accepted constants for use in the dimension
expression. expression.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment