Commit Graph

2626 Commits

Author SHA1 Message Date
Hugo
c0582c2ef2 Run slow PyPy* first, so other jobs aren't queued behind them. Run latest 3.x and 2.x next, to get quick compatibility results. 2014-09-23 10:59:03 +03:00
Hugo
925cea3780 Replace lena_g4.tif with hopper_g4.tif 2014-09-23 10:57:55 +03:00
Hugo
c0ce691704 Remove trailing L, not needed for Py2 and errors in Py3 2014-09-23 10:40:03 +03:00
Hugo
5957f5c812 Replace lena_g4.tif with hopper_g4.tif 2014-09-23 10:30:55 +03:00
Hugo
c417b51115 Created with ImageMagick: convert hopper.png -compress group4 hopper_g4.tif 2014-09-23 10:30:14 +03:00
Hugo
e8aecc7484 Remove temporary save line 2014-09-22 19:01:50 +03:00
Hugo
04d402adae Replace lena with hopper 2014-09-22 19:00:22 +03:00
Hugo
9ec58dad82 Fix test 2014-09-22 12:37:35 +03:00
Hugo
5342390fd2 Fix test 2014-09-22 10:39:05 +03:00
Hugo
ec3f1a5681 Temporarily remove fail-fast 2014-09-22 10:38:50 +03:00
Hugo
0ccc445ebf Merge remote-tracking branch 'upstream/master' into hopper4 2014-09-22 10:34:14 +03:00
Hugo
d328b48320 Update CHANGES.rst [CI skip] 2014-09-22 09:42:31 +03:00
Hugo
923fc301a3 Merge pull request #912 from cgohlke/patch-2
On Windows, do not execute convert.exe without specifying path
2014-09-22 09:34:16 +03:00
Hugo
3fc3333501 Merge pull request #911 from cgohlke/patch-1
Fix MSVC build error
2014-09-22 09:31:47 +03:00
Christoph Gohlke
09ba5560d8 On Windows, do not execute convert.exe without specifying path
Convert.exe is a system tool that converts file systems
2014-09-21 17:50:07 -07:00
Christoph Gohlke
f3e3af6686 Fix msvc build error 2014-09-21 16:48:35 -07:00
Hugo
91588383e7 Merge pull request #904 from hugovk/hopper3
Replace Lena with Hopper (Part II) & Fix for handling P + transparency -> RGBA conversions
2014-09-20 23:31:59 +03:00
Hugo
fd28666238 Merge pull request #8 from wiredfool/hugo-png-trns
Fix for handling P + transparency -> RGBA conversions
2014-09-20 23:02:32 +03:00
wiredfool
af672b1d7e Fix for handling P + transparency -> RGBA conversions 2014-09-20 10:27:52 -07:00
Hugo
516957bfa6 Update CHANGES.rst [CI skip] 2014-09-19 09:53:21 +03:00
Hugo
0b82dacea2 Merge pull request #909 from wiredfool/imageenhance
Retain alpha in ImageEnhance operations
2014-09-19 09:50:51 +03:00
wiredfool
394f6d3249 Fix for alpha preservation in ImageEnhance, #899 2014-09-18 09:10:08 -07:00
wiredfool
5ea966d869 Test for alpha preservation in ImageEnhance, #899 2014-09-18 09:10:08 -07:00
wiredfool
758c893067 Convert lena->hopper 2014-09-18 09:10:08 -07:00
wiredfool
5dc418b8de Merge pull request #906 from hugovk/ImageGrab
Improve error message for ImageGrab on non-Windows
2014-09-18 09:08:07 -07:00
Hugo
c39e8e15a9 Merge pull request #908 from garrison/patch-1
Image.close() docstring: use correct "its"
2014-09-18 08:39:35 +03:00
Jim Garrison
c85e0e915b Image.close() docstring: use correct "its" 2014-09-17 21:36:59 -07:00
Hugo
a2a9bd8e04 Mention Coveralls
[CI skip]
2014-09-17 20:24:34 +03:00
Hugo
45073c85d6 Remove Landscape badge until Landscape fixed
Pillow isn't at 100% code health, there's plenty of PEP8 and Pyflakes warnings in our Travis CI. This is a bug in Landscape: 

https://github.com/landscapeio/landscape-issues/issues/70

Let's remove the badge until Landscape's working properly.

Re: #895.
2014-09-17 10:06:57 +03:00
Hugo
e5a068de53 Yet another Python 3 fix 2014-09-16 17:41:03 +03:00
Hugo
311a0c6f68 Another Python 3 fix 2014-09-16 17:19:15 +03:00
Hugo
300a3f0e70 Fix for Python 3 2014-09-16 16:44:51 +03:00
Hugo
99887a5467 Improve the error message when importing ImageGrab on non-Windows (#901) 2014-09-16 16:05:22 +03:00
hugovk
bdf845d6df Fix typo: fihopperme -> filename 2014-09-15 08:59:28 +03:00
hugovk
a2e729f487 Replace some lena with hopper 2014-09-14 22:58:23 +03:00
hugovk
bd3e54938f Made with ImageMagick: convert hopper.jpg -colorspace Gray hopper_gray.jpg 2014-09-14 22:47:43 +03:00
hugovk
ba696ab7f8 Re-enable fail fast for tests 2014-09-14 21:46:55 +03:00
hugovk
337b222438 Add note to lena()/hopper() functions 2014-09-14 21:44:29 +03:00
hugovk
f10bdf7cd1 Fix test 2014-09-14 21:21:16 +03:00
hugovk
94da23ea3b Fix tests. test_trns_p() needed assert_image_similar() in place of assert_image_equal() 2014-09-14 20:00:13 +03:00
Hugo
1ecc3195d9 Merge pull request #900 from tyrannosaurus/patch-1
Fix heading
2014-09-14 10:03:16 +03:00
tyrannosaurus
b1187c7dc7 Fix heading 2014-09-13 20:36:14 +04:00
Hugo
02c8188060 Update CHANGES.rst [CI skip] 2014-09-13 18:32:18 +03:00
Hugo
126bf8f1d7 Merge pull request #898 from wiredfool/joshware-j2k-leak
Jpeg2k Decode/Encode Memory Leak Fix
2014-09-13 09:05:22 +03:00
wiredfool
922a040629 Don't run memory leak test automatically. 2014-09-12 22:45:02 -07:00
Josh Ware
b07baf4549 Removed tearDownModule from Test import 2014-09-12 22:35:00 -07:00
Josh Ware
94194ed248 Cleaning up.
Reduced memory limit to 1GB
2014-09-12 22:09:27 -07:00
Josh Ware
dd221d9ec0 Don't Py_DECREF context->quality_layers if there is no encoder 2014-09-12 22:09:27 -07:00
Josh Ware
e4e1f5c2d4 More testing... 2014-09-12 22:09:27 -07:00
Josh Ware
9ccc930784 Looking for cleanup segfault 2014-09-12 22:09:27 -07:00