Bug 1056294

Summary: Optimize PNGs
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: fedora-logosAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:
Description Flags
.gitignore generated images
none
Optimize generated PNG none

Description Ville Skyttä 2014-01-21 22:21:36 UTC
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.

Comment 1 Ville Skyttä 2014-01-21 22:22:12 UTC
Created attachment 853488 [details]
Optimize generated PNG

Comment 2 Tom "spot" Callaway 2014-02-04 12:57:38 UTC
Added to 21.0.3 (rawhide).