this post was submitted on 15 Jun 2023
3 points (100.0% liked)

Furry Technologists

1280 readers
1 users here now

Science, Technology, and pawbs

founded 1 year ago
MODERATORS
 

Is it time for subpixel antialiasing (aka "cleartype") to die?

RGB pixel subhinting is a hack that was invented for 72dpi LCD displays. But we are increasingly seeing high-DPI displays in use, where simple antialiasing is superior. In fact, modern phones rarely use this technology any more.

Some also argue that text with greyscale antialiasing is more readable on modern displays than text with subpixel rendering.

What do you think?

@tech

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

@TerrorBite @tech Sure, it's a hack, but why can't systems be smart about subpixel rendering?

In theory, an EDID can describe its subpixel layout to a system, and text renderers can use that information to decide whether subpixel rendering makes sense.

I guess there's a lot of information passing that would need to take place that can't/doesn't happen.

[โ€“] [email protected] 3 points 1 year ago

That seems pretty plausible to me. If you can have two way communication with a TV/monitor over say HDMI, why not implement that?

Though I suspect the answer may be that it's no longer really worth trying to implement it at this point.

@tech