You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/01/25 22:00:03 UTC

[Bug 56064] New: Optimize PNGs

https://issues.apache.org/bugzilla/show_bug.cgi?id=56064

            Bug ID: 56064
           Summary: Optimize PNGs
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: ville.skytta@iki.fi

Optimizing PNGs would save some space without any loss of functionality I'm
aware of, for example OptiPNG 0.7.4 would shave ~16% off them in total for
current trunk:

$ find . -name "*.png" | xargs du -bc | tail -n 1
685147    total
$ find . -name "*.png" | xargs -n4 -P4 optipng -q -o7
$ find . -name "*.png" | xargs du -bc | tail -n 1
577135    total

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org