1123 shaares
39 private links
39 private links
1 result
tagged
dithering
Lid is an image dithering program that is written in Python.
Lid was inpired by the solar powered version of [Lowtech Magazine]. I really loved their simple approach to images. They keep the filesize down using single color dithered images and then apply color filters to brighten up the page. That passes on the color work to the client rather than being a part of the web request (more data being sent).