▲ | aquova 3 days ago | |||||||||||||||||||
An interesting article, but it seems like quite an oversight to not even mention dithering techniques, which in my opinion give much better results. I've done some development work in Pico-8, and some time ago I wrote a plugin for the Aseprite pixel art editor to convert an arbitrary image into the Pico-8 palette using Floyd-Steinberg dithering[0] I ran their example image through it, and personally I think the results it gives were the best of the bunch https://imgur.com/a/O6YN8S2 [0] https://github.com/aquova/aseprite-scripts/blob/master/pico-... | ||||||||||||||||||||
▲ | greysonp 3 days ago | parent | next [-] | |||||||||||||||||||
They don't explicitly state it in the article that I can see, but the PICO-8 is 128x128, and it appears that their output images were constrained to that. Your dithered images appear to be much higher resolution. I'd be curious what dithering would look like at 128x128! | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | chrismorgan 3 days ago | parent | prev | next [-] | |||||||||||||||||||
Direct link to the image, though you may have to fetch it through a non-browser to avoid it redirecting back to the stupid HTML: https://i.imgur.com/y93naNw.png (I don’t know how it works for others, but it has always been atrocious for me. Their server is over 200ms away, and even with uBlock Origin blocking ten different trackers it takes fully 35 seconds before it even begins to load the actual image, and the experience once it’s finished is significantly worse than just navigating directly to the image anyway. Tried it in Chromium a couple of times, 55 and 45 seconds. Seriously, imgur is so bad. Maybe it ain’t so bad in the USA, I don’t know, but in Australia and in India it’s appallingly bad. You used to be able to open the image URLs directly, but some years ago they started redirecting to the HTML in general if not loading as a subresource or maybe something about accept headers; curl will still get it directly.) | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | lugarlugarlugar 3 days ago | parent | prev | next [-] | |||||||||||||||||||
I too thought about dithering while reading the article, but couldn't have imagined the result would be this much better. Thanks for sharing! | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | p0w3n3d 3 days ago | parent | prev [-] | |||||||||||||||||||
Yeah I was counting on dithering too |