WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
40.01k stars 1.76k forks source link

[Feature] Improvements to web UI #1782

Open tbodt opened 4 days ago

tbodt commented 4 days ago

What feature would you like to see?

I checked out the web UI on a high DPI screen, and there are two things I would suggest to much improve it:

How will this feature be useful to you and others?

Would make the web version of imhex look better

Request Type

Additional context?

No response

WerWolv commented 4 days ago

Hey, thanks for the report I think I selected crisp canvas scaling in CSS but it gets overruled when having any custom non-integer zoom amount set in the browser. If you know a solution for this, I'm happy to change it.

tbodt commented 4 days ago

Crisp is a setting that defaults to false: https://github.com/WerWolv/ImHex/blob/4afedb5131d8ee82486304436dc820d17f643ede/plugins/builtin/source/content/settings_entries.cpp#L766