Closed zvezdochiot closed 3 years ago
I dont understand. Please explain
Hi @ksharindam .
If you enter Width
and Height
, then Ratio = sqrt((Wnew * Hnew) / (W * H))
.
If you enter Ratio
, then Wnew = Ratio * W
and Hnew = Ratio * H
.
Default: Wnew = W
, Hnew = H
and Ratio = 1.0
.
Maybe?:
Not?