[bug #41295] Optimize PNGs

2016-03-12 Thread Ville Skyttä
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

[bug #41295] Optimize PNGs

2016-03-02 Thread Vladimir Serbinenko
Update of bug #41295 (project grub): Planned Release:None => 2.02 ___ Reply to this item at: ___

[bug #41295] Optimize PNGs

2014-01-21 Thread Ville Skyttä
URL: http://savannah.gnu.org/bugs/?41295 Summary: Optimize PNGs Project: GNU GRUB Submitted by: scop Submitted on: Tue 21 Jan 2014 11:28:03 PM GMT Category: User Interface Severity: Major