Replies: 1 comment
-
Thanks for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To go along with the subpixel drawing primitives in the library, we can use background images scaled down to subpixel level, with the help of ImageWorsener, by Jason Summers.
Here are some images taken from the internet (copyrights may apply), scaled down to 240x240.
For comparison, downscaled with and without subpixel rendering, both using Lanczos filter.
imagew -S 240,240 -depth 5,6,5 -offsetrb 1/3 -filter lanczos <source> <dest>
Test pattern images:

Digital fulldome test pattern by Paul Bourke.

I've uploaded a Python script here to help with conversion into C-style arrays, rgb565 byte swapping and vertical flip.
Beta Was this translation helpful? Give feedback.
All reactions