derf / feh

a fast and light image viewer
https://feh.finalrewind.org
Other
1.46k stars 158 forks source link

Use logarithmic scaling for zoom mode (minimal version) #759

Open myQwil opened 1 month ago

myQwil commented 1 month ago

Looking back at my previous PR, I noticed that it's a bit heavy on the amount of proposed changes, so I thought I'd propose a much smaller change that focuses solely on zoom mode. This should make the rate of change feel much more smooth and consistent. The divisor could be adjusted to make it faster or slower. Also, I went with exp2 as I've heard that it's slightly faster than exp.