|
| From: | Ville Skyttä |
| Subject: | [bug #41295] Optimize PNGs |
| Date: | Sat, 12 Mar 2016 14:15:48 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36 |
Follow-up Comment #1, bug #41295 (project grub):
...and even a bit more can be achieved with zopflipng:
$ for file in $(find . -name *.png) ; do zopflipng -m $file $file.new && mv
$file.new $file ; done
[...]
$ du -bc $(find . -name "*.png") | tail -n 1
1363348 total
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41295>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |