horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.
http://ntinfo.biz
MIT License
6.95k stars 695 forks source link

HexView - HexView's font rendering is a bit blurry #176

Closed lennysec closed 9 months ago

lennysec commented 9 months ago

Hi horsicq,

I found HexView's font rendering a bit blurry. You can see it from the screenshot below.

hexview

OS version: macOS 14.0 DiE version: 3.08

It may have something to do with QPixmap in XHexView::paintColumn, but I am not familiar with QT. Could you please investigate and resolve this issue?

Regards

horsicq commented 9 months ago

Thank you a lot for the bugreport! I will take a look.

lennysec commented 9 months ago

Hi horsicq,

I've created a PR to fix this issue: https://github.com/horsicq/XHexView/pull/1

I've tested on macOS 14.0. You can see that the text in HexView has become clearer:

hexview2

Hope it helps.

horsicq commented 9 months ago

Thanks a lot!