diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-07-01 07:02:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-01 07:02:52 (GMT) |
commit | c6cd164cffedb306a4c6644d9d03072f24da246d (patch) | |
tree | c8f9b3137f90a09ee66e4a3bdc0ce1905074c8bc | |
parent | 6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee (diff) | |
download | cpython-c6cd164cffedb306a4c6644d9d03072f24da246d.zip cpython-c6cd164cffedb306a4c6644d9d03072f24da246d.tar.gz cpython-c6cd164cffedb306a4c6644d9d03072f24da246d.tar.bz2 |
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
Using OptiPNG 0.7.7.
Used command is: `find . -name '*.png' | xargs optipng -o7`
-rw-r--r-- | Doc/faq/python-video-icon.png | bin | 3732 -> 2888 bytes |
-rw-r--r--[-rwxr-xr-x] | Doc/howto/logging_flow.png | bin | 49648 -> 22058 bytes |
-rw-r--r-- | Doc/library/hashlib-blake2-tree.png | bin | 11148 -> 11146 bytes |
-rw-r--r-- | Doc/library/pathlib-inheritance.png | bin | 11280 -> 6456 bytes |
-rw-r--r-- | Doc/library/tulip_coro.png | bin | 45021 -> 36812 bytes |
-rw-r--r-- | Doc/library/turtle-star.png | bin | 39585 -> 33808 bytes |
-rw-r--r-- | Doc/using/win_installer.png | bin | 48994 -> 42117 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/Doc/faq/python-video-icon.png b/Doc/faq/python-video-icon.png Binary files differindex 4de54b4..265da50 100644 --- a/Doc/faq/python-video-icon.png +++ b/Doc/faq/python-video-icon.png diff --git a/Doc/howto/logging_flow.png b/Doc/howto/logging_flow.png Binary files differindex a883823..fac4acd 100755..100644 --- a/Doc/howto/logging_flow.png +++ b/Doc/howto/logging_flow.png diff --git a/Doc/library/hashlib-blake2-tree.png b/Doc/library/hashlib-blake2-tree.png Binary files differindex 010dcba..73e8494 100644 --- a/Doc/library/hashlib-blake2-tree.png +++ b/Doc/library/hashlib-blake2-tree.png diff --git a/Doc/library/pathlib-inheritance.png b/Doc/library/pathlib-inheritance.png Binary files differindex b81c3de..f0e8d02 100644 --- a/Doc/library/pathlib-inheritance.png +++ b/Doc/library/pathlib-inheritance.png diff --git a/Doc/library/tulip_coro.png b/Doc/library/tulip_coro.png Binary files differindex 36ced8d..aad41c9 100644 --- a/Doc/library/tulip_coro.png +++ b/Doc/library/tulip_coro.png diff --git a/Doc/library/turtle-star.png b/Doc/library/turtle-star.png Binary files differindex caf36a3..0961e1e 100644 --- a/Doc/library/turtle-star.png +++ b/Doc/library/turtle-star.png diff --git a/Doc/using/win_installer.png b/Doc/using/win_installer.png Binary files differindex 00c88a8..0d2250c 100644 --- a/Doc/using/win_installer.png +++ b/Doc/using/win_installer.png |