This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scop
Recipients docs@python, scop
Date 2016-07-07.12:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467894574.39.0.144098385194.issue27461@psf.upfronthosting.co.za>
In-reply-to
Content
Running PNGs through zopflipng makes them smaller, with no drawbacks. This patch was done with zopflipng version 1.0.1 with the -m option, and decreases the in-tree total size size of all *.png by almost 100KiB.

$ find -name "*.png" | xargs du -bc | tail -n 1  # before
291101	total

$ find -name "*.png" | xargs du -bc | tail -n 1  # after
194639	total
History
Date User Action Args
2016-07-07 12:29:45scopsetrecipients: + scop, docs@python
2016-07-07 12:29:34scopsetmessageid: <1467894574.39.0.144098385194.issue27461@psf.upfronthosting.co.za>
2016-07-07 12:29:34scoplinkissue27461 messages
2016-07-07 12:29:33scopcreate