Why do the images look like someone took pictures of dotmatrix printer output?
---
Update: for whatever it's worth, I just asked the Magic 8 Ball (Perplexity):
Low-tech Magazine uses the option to display images as dithered primarily to reduce the energy consumption and data load of their website. Dithering is an old image compression technique that reduces the number of colors in images to just a few shades of gray (black and white with four levels of gray), which dramatically decreases the file size. The black-and-white dithered images are then recolored via the browser’s CSS, which adds no extra data load.
This approach makes images roughly ten times less resource-intensive than full-color high-resolution images, which supports the magazine’s goal of having a low-energy, solar-powered website. However, some images, such as graphs or those with crucial color information, may become less clear under dithering, so the website offers the option to turn off dithering for individual images to reveal the original, heavier images. This balances energy efficiency with the need for clarity when visual information depends on color or detail.
Thus, the dithered image feature is both an energy-saving measure and a distinct stylistic choice that aligns with the philosophy of reducing the environmental impact of web usage while maintaining visual storytelling appeal.
You can also find this information in the web site itself: https://solar.lowtechmagazine.com/about/the-solar-website/#h...
It would seem strange if that was the purpose since the first photo on the website is ~40kb
There is a button under the image that will show you the color version. As others mentioned, the site's about page explains the rationale.
This feels (needlessly) performative. I get the idea, but the low quality images make it harder to understand what they are showing in the photos, which makes it harder to then reproduce their work.
I suppose the vast majority of users will not need the higher resolution, so perhaps have it be a toggle to get the higher-resolution when needed.
Probably best to read the Low-Tech Magazine site About page explaining what they do as a solar-powered site:
https://solar.lowtechmagazine.com/about/the-solar-website