Skip to main content

Add a link to the accompanying blog post

ID
9f962f3
date
2021-12-05 20:12:49+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
9bd8dce
message
Add a link to the accompanying blog post
changed files
1 file, 2 additions

Changed files

README.md (2741) → README.md (2967)

diff --git a/README.md b/README.md
index bb09f3c..15666eb 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ It currently supports JPEGs, PNGs, and GIFs (including animated GIFs).
 
 ## Further reading
 
+-   I've written [an accompanying blog post](https://alexwlchan.net/2021/11/dominant-colours/) that talks more about the motivation behind the tool, a high-level overview of how it works, and why I chose to write it in Rust.
+
 -   [Getting a tint colour from an image with Python and k-means](https://alexwlchan.net/2019/08/finding-tint-colours-with-k-means/) – a blog post I wrote in August 2019 explaining how to find dominant colours.
 
     My original implementation was in Python.