Encrypt and Dither Photos in Hugo

I recently updated my Hugo site to encrypt all images on disk and display them as monochrome, dithered images (like Low-tech Magazine). I wound up implementing a very simple image server and using resources.GetRemote to pull in the dithered images. It works really well! I documented the process here:

https://davideisinger.com/journal/encrypt-and-dither-photos-in-hugo/

4 Likes

Very interesting, thank you. I am also looking for a way to dither my images on my little blog.

1 Like

The next release, probably within the next week or so, includes a dithering image filter.

1 Like

Oh awesome, thanks @jmooring – looks like a great API.

1 Like