LorenzCK / OnTopReplica

A real-time always-on-top “replica” of a window of your choice (on Windows).
Other
2.48k stars 273 forks source link

Is there a way to disable blur? #43

Open L1Q opened 6 years ago

L1Q commented 6 years ago

I'd like to have my zoom-in replicas nice and crisp with those pixels clearly visible. Would appreciate if it could also automatically set window width/height to x^2.

LorenzCK commented 6 years ago

Thumbnails are managed by Windows and there is no way disable/change the scaling algorithm: the best way to avoid any blurring and keep the replica crisp is to set it to a 1:1 scale. You can do that automatically by right-clicking, resizefit to window.

This is also where you can automatically set the replica's size to double the original, i.e. resizedouble.

L1Q commented 6 years ago

My use case is viewing small part of the window blown up x8 or even x16. I guess my question converts to a feature request: I want to have resize options up to 16:1. The image will still look blurry, but hopefully the least blurry possible.

LorenzCK commented 6 years ago

Ok, adding more resizing options will not be a problem. ☺️ Since the scaling method cannot be customized by OnTopReplica unfortunately, your best option will indeed be to set the window size to integer multiples of the original window.