Hugo
|
468cea1be0
|
Replace lena.psd with hopper.psd
|
2014-09-23 13:53:51 +03:00 |
|
Hugo
|
b60a06e59a
|
Created with Photoshop: open hopper.jpg, save as PSD
|
2014-09-23 13:51:35 +03:00 |
|
Hugo
|
781da7d465
|
Replace lena.Lab.tif with hopper.Lab.tif + flake8
|
2014-09-23 13:45:32 +03:00 |
|
Hugo
|
ae9da298b9
|
Created in Photoshop: open hopper.jpg, convert to Lab, save
|
2014-09-23 13:44:05 +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
|
0ccc445ebf
|
Merge remote-tracking branch 'upstream/master' into hopper4
|
2014-09-22 10:34:14 +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 |
|
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 |
|
wiredfool
|
af672b1d7e
|
Fix for handling P + transparency -> RGBA conversions
|
2014-09-20 10:27:52 -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 |
|
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
|
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
|
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
|
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
|
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
|
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 |
|