Bug 1056294
| Summary: | Optimize PNGs | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> | ||||||
| Component: | fedora-logos | Assignee: | Tom "spot" Callaway <tcallawa> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | tcallawa | ||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-02-04 12:57:38 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 853488 [details]
Optimize generated PNG
Added to 21.0.3 (rawhide). |
Created attachment 853487 [details] .gitignore generated images Optimizing PNGs would save quite a bit in file sizes. Running optipng -o7 on all of them (should be done in upstream git) results in: $ du -bc $(find -name "*.png") | tail -n 1 # before 4582703 total $ du -bc $(find -name "*.png") | tail -n 1 # after 4028860 total Attached is also two related patches against upstream git.