On , I learnt ...

About pngcrush

It’s an image optimizer for .png files. It’s available via Homebrew for MacOS and works like:

pngcrush -ow screenshot.png

where -ow means the original image file will be overwritten.

I’ve integrated it into the til_screenshot.sh helper script used by this repo.