The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 284 B view raw
1#!/usr/bin/env nix-shell 2#! nix-shell -p libwebp -p libavif -p pngcrush -i bash 3 4filename="${1%.*}" 5 6cwebp "${filename}".png -q 75 -o "${filename}".webp 7avifenc "${filename}".png -o "${filename}".avif -s 0 -d 8 --min 48 --max 48 --minalpha 48 --maxalpha 48 8pngcrush "${filename}".png