hey, I really like the way it turned out! seems like it's displaying the 32x32 version i generated (I forgot it would anti-alias it, but I like the effect here). I'm not sure how to test the other sizes though lol
Thanks anon. i hope you like it too
for archival purposes, here is the script I used to generate the .ico file:
>convert anon_favicon.png -scale 256x256 favicon.png># technique: https://stackoverflow.com/a/49823738>convert -background transparent favicon.png -define icon:auto-resize=16,24,32,48,64,72,96,128,256 favicon.icodon't know if there's a better way or not. apparently nowadays you can just serve a .PNG directly, but that felt sort of weird for some reason.
(cont in next post)