Message 269929 - Python tracker

Message269929

Author nnnnnn
Recipients docs@python, nnnnnn
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:45nnnnnnsetrecipients: + nnnnnn, docs@python
2016-07-07 12:29:34nnnnnnsetmessageid: <1467894574.39.0.144098385194.issue27461@psf.upfronthosting.co.za>
2016-07-07 12:29:34nnnnnnlinkissue27461 messages
2016-07-07 12:29:33nnnnnncreate