Stengo / DeskPad

A virtual monitor for screen sharing
MIT License
956 stars 40 forks source link

DeskPad output always looks blurry even when HiDPI resolution is selected #18

Closed zliebersbach closed 9 months ago

zliebersbach commented 9 months ago
Screenshot 2023-11-16 at 12 56 04
Stengo commented 9 months ago

Nice catch! When HiDPI options were added in https://github.com/Stengo/DeskPad/pull/10, the stream resolution was not adjusted accordingly, so it ended up looking the same as the low DPI variant. This should be fixed by https://github.com/Stengo/DeskPad/commit/268581f8be7a0aaea86c6990e116ea7138c3521c and is now available in Release v1.3

EDIT: That implementation had a minor bug that's now fixed in Release v1.3.1 😅