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 |
|
hugovk
|
8f9e338303
|
flake8 + typo: infile_temo -> infile_temp
|
2014-09-14 12:08:31 +03:00 |
|
hugovk
|
1de128d6b6
|
Merge branch 'master' into flake8
|
2014-09-14 10:23:51 +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 |
|
Josh Ware
|
7407371deb
|
NULLing pointers on cleanup
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
3da6768a72
|
Testing whether e.cleanup causes segfaults
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
dace8913b8
|
Increase memory yet again
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
11e34d695a
|
Inwcreased max memory limit, and switched save test to use BytesIO instead of StringIO
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
e791aa0325
|
Removed unneeded dependencies
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
caa95a26b2
|
Added memory leak fix and testing for Encoder
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
bb738aef38
|
Removed unnecessary StringIO dependency from JPEG2K leak test
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
b78e5444f4
|
Prevent multiple calls to ImagingIncrementalCodecDestroy
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
7db19efe75
|
Reduced JPEG2000 test iterations, and added cleanup for decoding using PyPy
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
72e2a6cade
|
Fix memory leak in JPEG2000 decoding, and JPEG decoding using PyPy
|
2014-09-12 22:09:27 -07:00 |
|
root
|
5a47b2bc84
|
Sanity check :)
|
2014-09-12 22:09:26 -07:00 |
|
root
|
0cd1d9526d
|
Reverted back to 512M, PyPy doesn't seem to work anyway
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
a1f66bf402
|
Added a check for PyPy, as it needs far more memory as CPython
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
dea36ae610
|
Tying 2GB max memory
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
a944ec9250
|
Increaded memory limit to 1.5Gb
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
f632baf4dc
|
Increased testing limit from 512MB to 1GB
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
bc1e1c148c
|
Casting the iterations variable to integer
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
c134e5ab45
|
Moved resource import to inside the function
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
3acb06e9d2
|
Added the JPEG2000 memory leak fix to decode.c
|
2014-09-12 22:09:26 -07:00 |
|
Josh Ware
|
5ca57520b6
|
Added Test for JPEG2000 memory leak, before the fix is added
|
2014-09-12 22:08:54 -07:00 |
|
Hugo
|
af8bf3f1d2
|
Merge pull request #886 from wiredfool/epsfile-rebase
EpsFilePlugin Speed improvements.
|
2014-09-13 08:08:24 +03:00 |
|
wiredfool
|
ce0fcef580
|
Don't test internal python functions
|
2014-09-12 21:41:12 -07:00 |
|
wiredfool
|
c4afe50b50
|
Update CHANGES.rst
|
2014-09-10 10:41:26 -07:00 |
|
wiredfool
|
dc1831d140
|
Merge pull request #892 from radarhere/master
Avoid resize operation if image is already the correct size
|
2014-09-10 10:40:21 -07:00 |
|
Hugo
|
a2c2388dc8
|
Add Landscape health badge
[CI skip]
See https://github.com/python-pillow/Pillow/issues/895
|
2014-09-10 16:43:23 +03:00 |
|
Hugo
|
93218817be
|
Merge pull request #893 from thedrow/patch-1
Improved build matrix: fast_finish and travis_retry
|
2014-09-10 12:59:39 +03:00 |
|
Omer Katz
|
dd2608e126
|
All network operations should be retried in order too prevent build failures due to network errors and large matrixes should fast finish.
|
2014-09-10 10:25:17 +03:00 |
|
Andrew Murray
|
255a090e97
|
Avoid resize operation if image is already the correct size
|
2014-09-10 10:41:46 +10:00 |
|
hugovk
|
19f13c2bdd
|
Temporarily disable fail-fast so we can see all failures
|
2014-09-05 13:04:26 +03:00 |
|
hugovk
|
8dad2b0c63
|
Replace some lena() with hopper(), and temporarily disable fail-fast so we can see all failures
|
2014-09-05 13:03:56 +03:00 |
|