Live data from Hacker News

Dithering with CSS

ikesau.co

1–10 of 30 posts

Re: Dithering with CSS

#8
I’ve messed with a similar idea here: https://untested.sonnet.io/notes/just-some-innocent-gradient...

(The linked web app doesn’t work on mobile in portrait mode, sorry!)

The biggest issue with this trick is that different engines calculate the filters differently, thus turning an okay-ish image into something that looks like a glitch.

Re: Dithering with CSS

#9

Is this actually dithering? I have dabbled with some dithering algorithms and while this is way faster than my naive js implementations, this looks pretty bad

Yes it is dithering. Unusual dithering though - I don't see why it is coloured. Is this intended for printers?
Post reply on HN