QL-Win / QuickLook

Bring macOS “Quick Look” feature to Windows
http://pooi.moe/QuickLook/
GNU General Public License v3.0
17.45k stars 1.09k forks source link

Blurry Images #1037

Open LuisBurdallo opened 2 years ago

LuisBurdallo commented 2 years ago

It seems the app doesn't work properly when using Windows Scaling feature which makes images look blurry. I guess it scales up small images. Images larger than your resolution wouldn't be affected in the same way. Can we keep the scaling untouched? I tried overriding the DPI scaling in the exe properties but it didn't help at all.

vivadavid commented 2 years ago

I've noticed the same behaviour too.

xupefei commented 2 years ago

You can CTRL+Wheel to zoom down to 100%.

vivadavid commented 2 years ago

You can CTRL+Wheel to zoom down to 100%.

Thank you: I didn't know that! I wonder if it would be possible to add "CTRL+" and "CTRL-" as shorcuts.

In any case, it would be nice if users could set a particular default behaviour as otherwise you need to use the zoom for each individual image. In my personal case scenario, I'd leave images at 100% at all times, except when images don't fit the size of the screen.

LuisBurdallo commented 2 years ago

Yeah that's ok for one picture but when you have to check 25 because that's part of your job then it is not a good solution. I am currently using Seer which is amazing and it doesn't have that issue. I wanted to use Quicklook because some explorers do not support Seer.

Maybe it's code can force a default 100% because I am not sure who wants to make a picture bigger than 100% when it does make it blurrier.

xupefei commented 2 years ago

Actually this behavior is easy to change by adding a check in this file to see if it's the first time loading an image. Anyone want to take a stab?