Code - Home
A script I use for optimising the 88x31 web badges on the homepage.
#!/usr/bin/env bash file="$1" base="${file%.*}" convert "$file" "$base.png" && avifenc -s 0 "$base.png" "$base.avif" && du --bytes "$file" "$base.png" "$base.avif"