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: [email protected]
          Reporter: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to