Skip to content

Commit

Permalink
Experimental support for 4K displays #199
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBijnen committed Dec 13, 2023
1 parent 1582451 commit 0ced547
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Docs/Readme 4K monitor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Issue #199 tries to improve 4K support.
The problem with 4K monitors is that they typically have a higher DPI than 96, the DPI ExifToolGui is designed for.
The result could be that items look too small, or not correctly positioned, or even be unreadable.

Previous versions of Delphi used scaling to overcome that. The problem with scaling is that item could be blurry.
Previous versions of Delphi used scaling to overcome that. The problem with scaling is that items could be blurry.
Recent Delphi versions support the Windows HighDpi Api. (E.g. Via Manifest or API HighDPISetProcessDpiAwareness, SetProcessDpiAwarenessContext)

The current solution implemented in ExiftoolGui:
Expand Down Expand Up @@ -44,6 +44,4 @@ Notes:
The problem that I face is that I dont own a 4K monitor, so it's very hard to test. I can only test a lower DPI.
Anyone with such a monitor willing to help? Create an issue on Github with your testresults. https://github.com/FrankBijnen/ExifToolGui/issues

Frank


Frank

0 comments on commit 0ced547

Please sign in to comment.