[New-bugs-announce] [issue27461] Optimize PNGs

Ville Skyttä report at bugs.python.org
Thu Jul 7 08:29:34 EDT 2016


New submission from Ville Skyttä:

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

----------
assignee: docs at python
components: Documentation
files: pngs.patch
keywords: patch
messages: 269929
nosy: docs at python, scop
priority: normal
severity: normal
status: open
title: Optimize PNGs
type: enhancement
Added file: http://bugs.python.org/file43653/pngs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27461>
_______________________________________


More information about the New-bugs-announce mailing list