Hugo
7e02582931
Merge pull request #1210 from toabctl/issue-1202
...
Fix test TestImageFont.test_textsize_equal for SLE11SP3
2015-04-29 15:39:50 +03:00
Thomas Bechtold
80a8463225
Fix test TestImageFont.test_textsize_equal
...
The current test failed on SLE11SP3 so use assert_image_similar() for
the test.
This fixes issue 1202.
2015-04-29 14:21:42 +02:00
Hugo
86616dfc0a
Merge pull request #1166 from radarhere/health
...
83% Health
2015-04-25 22:58:10 +03:00
Andrew Murray
ee34d6843b
Further health fixes
2015-04-24 18:24:52 +10:00
Andrew Murray
b33642c361
Fixed unintentional method overriding
2015-04-24 16:02:39 +10:00
Andrew Murray
76fec69eda
Removed unnecessary lambdas
2015-04-24 16:02:39 +10:00
Andrew Murray
7f414057c9
Fixed redefinition of built-in
2015-04-24 16:02:39 +10:00
Andrew Murray
566153f59f
Fixed statements with no effect
2015-04-24 16:02:39 +10:00
Andrew Murray
f2145baedb
Fixed unused imports in MicImagePlugin
2015-04-24 16:02:39 +10:00
Andrew Murray
e8679dff66
Fixed indentation in OleFileIO
2015-04-24 16:02:39 +10:00
Andrew Murray
540a225ea0
Removed unnecessary pass lines and commented debugging lines
2015-04-24 16:02:38 +10:00
Andrew Murray
8193a07305
Removed unnecessary line from ImageOps
2015-04-24 16:02:38 +10:00
Andrew Murray
9794aafc37
Removed or commented unused variables
2015-04-24 16:02:38 +10:00
Andrew Murray
e22e4239e5
Removed unused imports
2015-04-24 16:01:47 +10:00
Andrew Murray
ebc6996ba5
Changed list comprehension variable name to avoid redefinition
2015-04-24 16:00:08 +10:00
Hugo
8c052ba002
Merge pull request #1209 from radarhere/flake8
...
Various Flake8 fixes
2015-04-24 08:43:23 +03:00
Andrew Murray
87c4c6a72d
Various Flake8 fixes to base scripts
2015-04-24 10:15:14 +10:00
Andrew Murray
86be744d1f
Various Flake8 Scripts fixes
2015-04-24 09:41:33 +10:00
Andrew Murray
d1c182cadc
Various Flake8 fixes
2015-04-24 09:26:52 +10:00
Andrew Murray
f028928b5a
Rearranged used_palette_colors to fix get_local_header
2015-04-24 00:44:27 +10:00
Andrew Murray
aa1368f551
Flake8 fixes
2015-04-23 23:41:42 +10:00
Hugo
40165d6860
Merge pull request #1208 from hugovk/1185
...
Flake8 after PR #1185
2015-04-23 13:45:37 +03:00
hugovk
63f6e94be4
Flake8 after PR #1185
2015-04-23 13:25:45 +03:00
Hugo
6d4b9b6d61
Update CHANGES.rst [CI skip]
2015-04-23 10:48:53 +03:00
Hugo
5302acae37
Merge pull request #1185 from radarhere/icns
...
Added icns save for OS X
2015-04-23 10:47:58 +03:00
Andrew Murray
1bcda962d2
Updated IcnsImagePlugin documentation
2015-04-23 17:04:03 +10:00
Hugo
6ae1218f4b
Update CHANGES.rst [CI skip]
2015-04-23 08:33:26 +03:00
Hugo
eafcf40080
Merge pull request #1196 from benoit-pierre/putdata-leak
...
fix putdata memory leak
2015-04-23 08:32:33 +03:00
Hugo
f6333cc36f
Update CHANGES.rst [CI skip]
2015-04-23 08:30:49 +03:00
Hugo
026789f258
Merge pull request #1193 from karimbahgat/master
...
Keep user-specified ordering of icon sizes
2015-04-23 08:30:11 +03:00
Alex Clark
d46441b789
Merge pull request #1203 from radarhere/patch-2
...
Updated OS X Platform Support [CI skip]
2015-04-21 10:55:57 -04:00
Andrew Murray
8e063caa66
Updated OS X Platform Support [CI skip]
2015-04-22 00:52:57 +10:00
Hugo
74f81f43ea
Consistent title case
...
[CI skip]
2015-04-18 01:00:53 +03:00
Hugo
12583664d0
Tests pass on OS X 10.10 [CI skip]
...
Running selftest:
--- 57 tests passed.
Ran 567 tests in 66.265s
OK (SKIP=34)
2015-04-18 00:54:07 +03:00
Benoit Pierre
a649757f03
tests: add missing "from __future__ import division"
2015-04-16 20:10:19 +02:00
Benoit Pierre
4f6c366e75
fix imaging leaks in putdata and getlist
2015-04-16 20:09:39 +02:00
Karim Bahgat
740ab40c6d
Keep user-specified ordering of icon sizes
...
Some consumers of icon files such as py2exe care about the order that icon sizes are added, so the user should be fully in charge of this, instead of force sorting them.
2015-04-14 20:17:57 +02:00
Hugo
5be6f810a5
Up
2015-04-14 11:51:04 +03:00
Hugo
b7bf299dad
Merge pull request #1113 from bpedersen2/master
...
Tiff: allow writing floating point tag values
2015-04-14 11:50:07 +03:00
Andrew Murray
689f28aae7
Added icns save
2015-04-12 12:58:46 +10:00
Allen Li
e8107e3bbb
Remove wrong docstring about RGBA paste [ci skip]
...
Pasting RGBA images does preserve the alpha channel if the current image
has an alpha channel.
2015-04-10 23:25:15 -04:00
Allen Li
c6d410ff3b
Correct description of alpha-composite [ci skip]
2015-04-10 23:24:30 -04:00
Allen Li
7674694185
Correct description of paste() behavior [ci skip]
2015-04-10 23:23:26 -04:00
Allen Li
bb01e845ea
Clarify docstring about mask values [ci skip]
...
The behavior of paste() with regard to intermediate mask values was
unclear, so this commit clarifies how it works.
2015-04-08 16:03:09 -04:00
Alex Clark
7f4cfdf36b
Re-add extensions [ci skip]
...
Fixes #1183 . Thanks @joekilner. This should resolve.
2015-04-08 11:07:59 -04:00
Alex Clark
888414f91e
Merge pull request #1169 from benoit-pierre/pcd-cleanup
...
pcd: minor cleanup; remove draft method
2015-04-05 07:54:50 -04:00
Alex Clark
3f3a890c21
Wording [ci skip]
2015-04-05 07:01:33 -04:00
Alex Clark
4efdb41fe7
Wording [ci skip]
2015-04-05 06:59:09 -04:00
Alex Clark
6b7f42f214
Update [ci skip]
2015-04-04 21:03:40 -04:00
Alex Clark
3c8795e60b
Update
2015-04-04 21:02:55 -04:00