kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
536 stars 63 forks source link

Resizing shader resets from bilinear to nearest neighbour on zoom #121

Closed d-uzlov closed 4 years ago

d-uzlov commented 4 years ago

When resizing shader is set to bilinear and I zoom the image with ctrl+mousewheel, image is always resized with nearest neighbour algorithm. Image is properly resized with bilinear algorithm when I switch to next image and back, or when I switch resizing shader to bilinear after zooming. All other shaders that I tested work as intended, only bilinear has the issue.

Tested on v1.1.7 Win x64.

kanryu commented 4 years ago

It was exactly what you said when you tried it. This is a bug :)