commit fa7e89c3a3ff24645d28f6b2f42f6086b4a0b141 from: Omar Polo date: Mon Aug 29 14:13:31 2022 UTC do a round of optipng on the images to save some bytes commit - 2c580f18480a34e2b8cad4c3a9be70d74304adbf commit + fa7e89c3a3ff24645d28f6b2f42f6086b4a0b141 blob - 5fd5204b6da63ab344b03715c88855488382886f blob + 64c2c1d2c23d1ef79864fae470b8f0ac56c78ffe --- Makefile +++ Makefile @@ -36,7 +36,8 @@ clean: # -- maintainer targets -- -scaleimgs: images/got.orig.png +scaleimgs: convert images/got.orig.png -resize 200x200 images/got.png convert images/got.orig.png -resize 128x128 images/got-tiny@2x.png convert images/got.orig.png -resize 64x64 images/got-tiny.png + optipng -o7 -zm1-9 images/*.png blob - bc7ac392c3ec39f7ae48086334c338911aa84351 blob + 2d926f5e47233484361e305f10abafcc8fb0fdfa Binary files images/got-tiny.png and images/got-tiny.png differ blob - 3b4d8e2edcce85d83110586c0bccfa638a1a2ee7 blob + 7eb33acf2b1060587f4f34bb0ec28078ac0f6b14 Binary files images/got-tiny@2x.png and images/got-tiny@2x.png differ blob - 8fbd066279db65e381ce8a21be95c58ac4dfc788 blob + 0edb181d7456446595bf90d533b6db025b1fba7e Binary files images/got.orig.png and images/got.orig.png differ blob - 9ab6a68994b92181b7f818a30f352b444f3ee2b0 blob + 0210083135ba79f24fb30ee51fddd600acf41def Binary files images/got.png and images/got.png differ