add hint to use pngcrush
authorFelix Kästner <git@fpunktk.de>
Tue, 13 Oct 2015 19:13:00 +0000 (21:13 +0200)
committerFelix Kästner <git@fpunktk.de>
Tue, 13 Oct 2015 19:13:00 +0000 (21:13 +0200)
index.php

index a708d9634a0f6ccce8eea9e5d446c5fb68648fe8..846078b75c9805cc26bf279e1ea6f74261279041 100644 (file)
--- a/index.php
+++ b/index.php
@@ -123,7 +123,7 @@ b64images["leo.png"] = "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACXBIWXMA
 
 <?php
 // for f in *.ico; do for q in {0..100}; do convert -quality $q $f ${f%*.ico}$q.png; done; echo "b64images[\"${f%*.ico}.png\"] = \"$(base64 $(\ls -1S ${f%*.ico}*.png | tail -n 1) | tr -d '\n')\";"; done
-// try optipng
+// try optipng or pngcrush
 // for f in *.png; do echo "b64images[\"${f}\"] = \"$(base64 $f | tr -d '\n')\";"; done > tmp.js
 ?>