top | item 43407780

(no title)

deviantintegral | 11 months ago

Are there any ways to do some sort of upscaling for HiDPI displays? I’ve always wondered what MacOS 8 or 9 would feel like with 2x retina style rendering.

discuss

order

duskwuff|11 months ago

> I’ve always wondered what MacOS 8 or 9 would feel like with 2x retina style rendering.

I'm not sure what that would even mean. Most of the UI was drawn from bitmaps - there isn't any higher resolution internal representation of e.g. a window border or a radio button.

simondotau|11 months ago

>I'm not sure what that would even mean.

What it would mean is something like hq2x, 2xSaI or similar. These algorithms are popularly for emulation of 8 and 16 bit era games consoles. The example image on this Wikipedia page is illustrative of what's possible with a deterministic algorithm:

https://en.wikipedia.org/wiki/Hqx_(algorithm)

Imagine what could be possible with a well trained neural network, with knowledge of every icon, every element, and every font glyph at every bitmap size.

rcarmo|11 months ago

You can set up a Platinum theme on XFCE and have a pretty good analog (that's what I do).

sintax|11 months ago

Sounds like an opportunity to shove AI into some more products! :P

ayaros|11 months ago

No, but there's an config option to enable integer scaling. It makes things look much crisper on a high DPI display.

vintagedave|11 months ago

I’ve wondered the same for classic (pretty, ie Aqua) OS X. I wonder if GPU neural net upscaling as used in video games would be a good way to go.