Skip to content

Comment on ImHex – A Hex Editorparent

Comments

Do you have the same issue with the screenshots?

If you're referring to the images from the README under the title "Screenshots" (currently https://user-images.githubusercontent.com/10835354/139717326... and https://user-images.githubusercontent.com/10835354/139717323...) then yeah, that text rendering is pretty bad.

Yes, the screenshots are excusable initially because they just look like the images have just been shrunk.

But that’s just an accurate reproduction of how it looks at full size!

The screenshots are so jarring to read. Zero anti-aliasing?

Looks maybe like the opposite, there's way too much smoothing. I don't mind pixel perfect fonts or even aliased text but these just look like an aggressive blur was applied to everything

If you're seeing it blurry, the problem is likely your browser scaling it. Try downloading the photo and viewing it in a viewer with a 1:1 pixel ratio, like MS Paint. Alternatively, if you're on Chrome, running this in the dev console might scale it back for you:

  document.body.style.zoom = 1 / window.devicePixelRatio
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.