Bug 1056294 - Optimize PNGs
Summary: Optimize PNGs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-logos
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-21 22:21 UTC by Ville Skyttä
Modified: 2014-02-04 12:57 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-04 12:57:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
.gitignore generated images (501 bytes, patch)
2014-01-21 22:21 UTC, Ville Skyttä
no flags Details | Diff
Optimize generated PNG (714 bytes, patch)
2014-01-21 22:22 UTC, Ville Skyttä
no flags Details | Diff

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).


Note You need to log in before you can comment on or make changes to this bug.