From: Joe Wreschnig Date: Wed, 17 Sep 2014 16:03:55 +0000 (+0200) Subject: Crush images. X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=commitdiff_plain;h=501bed08fe74abe733f47554c66df6b422796169 Crush images. --- diff --git a/Makefile b/Makefile index 8c3568b..de3b884 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,14 @@ #!/usr/bin/make -f +PNGCRUSH ?= pngcrush +PNGCRUSHFLAGS ?= -brute -blacken -reduce -q +CRUSH.png ?= $(PNGCRUSH) $(PNGCRUSHFLAGS) + favicon_%.png: favicon.svg rsvg-convert -w $* -h $* $^ > $@ + $(CRUSH.png) -ow $@ -%.ico: %_128.png %_64.png %_48.png %_32.png %_16.png +%.ico: %_48.png %_32.png %_16.png convert $^ $@ ICONS := favicon.ico favicon_128.png favicon_192.png favicon_256.png diff --git a/aboutus.html b/aboutus.html index 05ae664..e9a465e 100644 --- a/aboutus.html +++ b/aboutus.html @@ -5,7 +5,7 @@ - + diff --git a/index.html b/index.html index 8887748..5da98da 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + diff --git a/jess.jpg b/jess.jpg index 77288fe..ce2b161 100644 Binary files a/jess.jpg and b/jess.jpg differ diff --git a/joe.jpg b/joe.jpg index 32cabb8..c3c8b62 100644 Binary files a/joe.jpg and b/joe.jpg differ diff --git a/privacy.html b/privacy.html index 86d052b..fa24b66 100644 --- a/privacy.html +++ b/privacy.html @@ -5,7 +5,7 @@ - + diff --git a/share-android.png b/share-android.png index bf7cf77..030e1e7 100644 Binary files a/share-android.png and b/share-android.png differ diff --git a/share-ios6.png b/share-ios6.png index 1c83f50..9923a99 100644 Binary files a/share-ios6.png and b/share-ios6.png differ diff --git a/share-ios7.png b/share-ios7.png index 6d0aa54..9c47726 100644 Binary files a/share-ios7.png and b/share-ios7.png differ diff --git a/sid.jpg b/sid.jpg index 3a944ec..5065cd9 100644 Binary files a/sid.jpg and b/sid.jpg differ diff --git a/support.html b/support.html index 58ad36f..35e4577 100644 --- a/support.html +++ b/support.html @@ -5,7 +5,7 @@ - + diff --git a/thumbnails/bulletml.png b/thumbnails/bulletml.png index fa76325..0701307 100644 Binary files a/thumbnails/bulletml.png and b/thumbnails/bulletml.png differ diff --git a/thumbnails/mlpccg-meta.png b/thumbnails/mlpccg-meta.png index a690a3f..4c4f15c 100644 Binary files a/thumbnails/mlpccg-meta.png and b/thumbnails/mlpccg-meta.png differ diff --git a/thumbnails/webcart1000.png b/thumbnails/webcart1000.png index 3ad09a3..9585eea 100644 Binary files a/thumbnails/webcart1000.png and b/thumbnails/webcart1000.png differ