bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #41295] Optimize PNGs


From: Ville Skyttä
Subject: [bug #41295] Optimize PNGs
Date: Tue, 21 Jan 2014 23:28:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36

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
                Priority: 5 - Normal
              Item Group: Action Request
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: Git master
         Reproducibility: Every Time
         Planned Release: None

    _______________________________________________________

Details:

Optimizing PNGs would save some space without drawbacks AFAICS.

$ du -bc $(find . -name "*.png") | tail -n 1
1917732 total
$ find . -name "*.png" | xargs optipng -o7
[...]
$ du -bc $(find . -name "*.png") | tail -n 1
1481810 total





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41295>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]