Skip to content

Instantly share code, notes, and snippets.

View ofhope's full-sized avatar

Alexis Hope ofhope

View GitHub Profile
@piscisaureus
piscisaureus / build.sh
Last active June 25, 2021 02:12
deno icons
#!/bin/sh
# This script generates multi-size .ico files from the highly stylized "simple"
# Deno logos, designed by HashRock.
# The complication stems from the fact the the dimensions of the original .png
# files is 252x252 pixels. Naively rescaling these images to 256x256 or any
# other power of 2 produces ugly artifacts.
# Note that the output of the black-and-white logo transformation isn't