diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-07-23 18:04:28 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-07-24 03:46:00 +0200 |
commit | 7973f920ef221c3168d1e46a96a1dd1ad7e0f5c5 (patch) | |
tree | 0a1fa058c85ad09b77137603dc40ac9815d17f61 | |
parent | fc378115288f23ac5af20b72d61d1f1e6ece6587 (diff) | |
download | pytqt-7973f920ef221c3168d1e46a96a1dd1ad7e0f5c5.tar.gz pytqt-7973f920ef221c3168d1e46a96a1dd1ad7e0f5c5.zip |
Fix invalid headers in PNG files and optimize for size
(cherry picked from commit cc2cd44cab96a4036f7f89630b43607e4627fd53)
-rw-r--r-- | examples2/qt.png | bin | 355 -> 355 bytes |
-rw-r--r-- | examples2/qtlogo.png | bin | 3734 -> 3684 bytes |
-rw-r--r-- | examples2/tt-logo.png | bin | 4547 -> 3133 bytes |
-rw-r--r-- | examples3/canvas/butterfly.png | bin | 37900 -> 37832 bytes |
-rw-r--r-- | examples3/canvas/qtlogo.png | bin | 22673 -> 22603 bytes |
-rw-r--r-- | examples3/marble.png | bin | 26015 -> 25239 bytes |
-rw-r--r-- | examples3/qt.png | bin | 355 -> 355 bytes |
-rw-r--r-- | examples3/qtlogo.png | bin | 12811 -> 12634 bytes |
-rw-r--r-- | examples3/tt-logo.png | bin | 4547 -> 3133 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/examples2/qt.png b/examples2/qt.png Binary files differindex ca630a5..d63e16f 100644 --- a/examples2/qt.png +++ b/examples2/qt.png diff --git a/examples2/qtlogo.png b/examples2/qtlogo.png Binary files differindex 25c1ebb..d45fbd4 100644 --- a/examples2/qtlogo.png +++ b/examples2/qtlogo.png diff --git a/examples2/tt-logo.png b/examples2/tt-logo.png Binary files differindex a0d9e34..1b0e865 100644 --- a/examples2/tt-logo.png +++ b/examples2/tt-logo.png diff --git a/examples3/canvas/butterfly.png b/examples3/canvas/butterfly.png Binary files differindex d8912d2..619f253 100644 --- a/examples3/canvas/butterfly.png +++ b/examples3/canvas/butterfly.png diff --git a/examples3/canvas/qtlogo.png b/examples3/canvas/qtlogo.png Binary files differindex a48b1a1..96202de 100644 --- a/examples3/canvas/qtlogo.png +++ b/examples3/canvas/qtlogo.png diff --git a/examples3/marble.png b/examples3/marble.png Binary files differindex 49ea309..9c32530 100644 --- a/examples3/marble.png +++ b/examples3/marble.png diff --git a/examples3/qt.png b/examples3/qt.png Binary files differindex ca630a5..d63e16f 100644 --- a/examples3/qt.png +++ b/examples3/qt.png diff --git a/examples3/qtlogo.png b/examples3/qtlogo.png Binary files differindex 0dc05a0..c83c7b2 100644 --- a/examples3/qtlogo.png +++ b/examples3/qtlogo.png diff --git a/examples3/tt-logo.png b/examples3/tt-logo.png Binary files differindex a0d9e34..1b0e865 100644 --- a/examples3/tt-logo.png +++ b/examples3/tt-logo.png |