wiredfool
|
c9c80f9da5
|
Use PySequence_Fast for Image.putdata
Pre-Commit:
$ NOSE_PROCESSES=0 time ./test-installed.py Tests/test_image_putdata.py
...
----------------------------------------------------------------------
Ran 3 tests in 131.623s
OK
131.77user 0.18system 2:14.04elapsed 98%CPU (0avgtext+0avgdata 325632maxresident)k
87376inputs+8outputs (314major+47333minor)pagefaults 0swaps
Post:
$ NOSE_PROCESSES=0 time ./test-installed.py Tests/test_image_putdata.py
...
----------------------------------------------------------------------
Ran 3 tests in 0.534s
OK
0.77user 0.05system 0:00.83elapsed 99%CPU (0avgtext+0avgdata 296352maxresident)k
0inputs+0outputs (0major+21462minor)pagefaults 0swaps
|
2014-07-23 15:39:24 -07:00 |
|
wiredfool
|
06d21bc709
|
pypy performance test
|
2014-07-23 15:39:24 -07:00 |
|
wiredfool
|
5def1010c7
|
DRY, moved case inside loop
|
2014-07-23 15:16:23 -07:00 |
|
wiredfool
|
a5aea42bc9
|
Use PySequence_Fast* to iterate over the list
Pre commit:
$ NOSE_PROCESSES=0 PILLOW_RUN_KNOWN_BAD=1 time ./test-installed.py Tests/test_image_point.py
..
----------------------------------------------------------------------
Ran 2 tests in 132.056s
OK
131.63user 0.62system 2:12.28elapsed 99%CPU (0avgtext+0avgdata 292176maxresident)k
264inputs+0outputs (2major+451088minor)pagefaults 0swaps
Post:
$ NOSE_PROCESSES=0 PILLOW_RUN_KNOWN_BAD=1 time ./test-installed.py Tests/test_image_point.py
..
----------------------------------------------------------------------
Ran 2 tests in 0.338s
OK
0.52user 0.06system 0:00.59elapsed 98%CPU (0avgtext+0avgdata 257584maxresident)k
176inputs+32outputs (2major+18033minor)pagefaults 0swaps
$ python --version
Python 2.7.6 (2.3.1+dfsg-1~ppa1, Jun 20 2014, 09:27:47)
[PyPy 2.3.1 with GCC 4.6.3]
|
2014-07-23 14:46:37 -07:00 |
|
wiredfool
|
94ca2b1076
|
using skip known bad
|
2014-07-23 14:31:49 -07:00 |
|
wiredfool
|
75dac32a0a
|
single threaded for profile-installed.py
|
2014-07-23 14:30:55 -07:00 |
|
wiredfool
|
e14e3593d9
|
And now for something completely different. Py3 compatibility
|
2014-07-23 09:08:28 -07:00 |
|
wiredfool
|
67c235b7c0
|
Don't DOS pypy
|
2014-07-23 08:49:19 -07:00 |
|
wiredfool
|
ffe8887cc6
|
profiler for testing
|
2014-07-23 08:48:55 -07:00 |
|
wiredfool
|
0bb1cd398f
|
Conversion between RGB and HSV images
|
2014-07-22 16:10:02 -07:00 |
|
wiredfool
|
625ff24358
|
Storage, packing and access for HSV format images
|
2014-07-22 16:09:22 -07:00 |
|
wiredfool
|
ee4793a806
|
More detail when assert_image_similar fails
|
2014-07-22 16:09:22 -07:00 |
|
hugovk
|
d34fd8868b
|
Workaround to test PyQt: https://github.com/travis-ci/travis-ci/issues/2219#issuecomment-41804942
|
2014-07-22 16:09:22 -07:00 |
|
wiredfool
|
7155919b5b
|
Merge pull request #809 from hugovk/public_gamma_lut
Make _make_gamma_lut() public
|
2014-07-20 11:37:41 -07:00 |
|
hugovk
|
751f672058
|
Call public, non-warning versions internally
|
2014-07-20 21:08:14 +03:00 |
|
hugovk
|
37691bc1e4
|
Make _make_linear_lut public and issue deprecation warnings from old private methods
|
2014-07-20 10:13:26 +03:00 |
|
wiredfool
|
d810e9a018
|
Merge pull request #810 from hugovk/verbose_failfast
Tests: Be verbose and fail fast
|
2014-07-19 21:44:59 -07:00 |
|
wiredfool
|
6381d62503
|
Update CHANGES.rst [ci skip]
|
2014-07-19 21:25:25 -07:00 |
|
wiredfool
|
bf2014ece6
|
Merge pull request #803 from hugovk/SgiImagePlugin
Sanity tests for SgiImagePlugin.py
|
2014-07-19 21:21:11 -07:00 |
|
hugovk
|
fef3ceb2c0
|
If we can't read a file due to unsupported compression, raise an error
|
2014-07-20 01:50:05 +03:00 |
|
hugovk
|
15c92359cc
|
Merge some similar tests to a single file
|
2014-07-20 01:17:32 +03:00 |
|
hugovk
|
0c12058e37
|
Use unique class names to match filenames
|
2014-07-20 01:17:20 +03:00 |
|
hugovk
|
64bf7d466f
|
Fail fast: -x to stop running tests after the first error or failure
|
2014-07-20 01:17:10 +03:00 |
|
hugovk
|
65cbdae449
|
Run nose in verbose mode so we can see the tests being run/skipped. Override __str__ in PillowTestCase for nicer output, and make sure all tests are derived from PillowTestCase.
|
2014-07-20 01:16:51 +03:00 |
|
hugovk
|
3c39a44f6e
|
Make _make_gamma_lut() public
|
2014-07-19 01:45:57 +03:00 |
|
Hugo
|
31f8da78b7
|
Update CHANGES.rst [CI skip]
|
2014-07-19 00:31:43 +03:00 |
|
Hugo
|
eb4f669b34
|
Merge pull request #808 from wiredfool/xpm_load_image
Fix Scrambled XPM
|
2014-07-19 00:28:02 +03:00 |
|
wiredfool
|
d30eb007ef
|
Fix scrambled XPM image, don't mmap when load_read/load_seek is defined. Fixes #806
|
2014-07-18 10:40:08 -07:00 |
|
hugovk
|
14d1ac6389
|
Rename bad variable name 'file' to 'TEST_FILE', remove unused 'data' variable
|
2014-07-17 23:23:50 +03:00 |
|
wiredfool
|
cf8f191c54
|
Updated Changes.rst [ci skip]
|
2014-07-17 09:51:44 -07:00 |
|
wiredfool
|
c0e840f242
|
Merge pull request #805 from hugovk/DcxImagePlugin
Tests for CurImagePlugin.py and DcxImagePlugin.py
|
2014-07-17 09:17:47 -07:00 |
|
hugovk
|
1e24dcd317
|
Check some pixel colors to ensure image is loaded properly
|
2014-07-17 10:42:43 +03:00 |
|
hugovk
|
8db043b35f
|
flake8
|
2014-07-17 02:40:14 +03:00 |
|
hugovk
|
665293e9b9
|
More tests for XpmImagePlugin.py
|
2014-07-17 02:38:57 +03:00 |
|
hugovk
|
3c8f858aad
|
flake8
|
2014-07-17 01:21:56 +03:00 |
|
hugovk
|
70786f1b99
|
Tests for DcxImagePlugin.dcx
|
2014-07-17 01:20:19 +03:00 |
|
hugovk
|
84b13ff1ae
|
Created with ImageMagick: convert lena.ppm lena.dcx
|
2014-07-17 01:19:52 +03:00 |
|
hugovk
|
9acbaa4aee
|
Flake8 and fix typo
|
2014-07-17 00:12:54 +03:00 |
|
hugovk
|
8a73a20af1
|
Sanity test for CurImagePlugin.py
|
2014-07-16 23:45:18 +03:00 |
|
hugovk
|
1ff695873f
|
Cursor image by Miss Mycroft, 'Released under the Release to Public Domain license' http://www.rw-designer.com/cursor-detail/61757
|
2014-07-16 23:44:35 +03:00 |
|
hugovk
|
bc34bda2b8
|
Remove stray print
|
2014-07-16 21:35:43 +03:00 |
|
hugovk
|
3322bfbad0
|
flake8
|
2014-07-16 21:30:41 +03:00 |
|
hugovk
|
2b3d655833
|
Sanity tests for SgiImagePlugin.py
|
2014-07-16 21:28:17 +03:00 |
|
hugovk
|
535494d862
|
Created with ImageMagick: convert transparent.png transparent.sgi
|
2014-07-16 21:27:31 +03:00 |
|
hugovk
|
e29c2d49c0
|
Created with ImageMagick then renamed: convert lena.ppm -monochrome lena.sgi
|
2014-07-16 21:27:06 +03:00 |
|
hugovk
|
cc27e8d532
|
Created with ImageMagick then renamed: convert lena.ppm lena.sgi
|
2014-07-16 21:26:47 +03:00 |
|
wiredfool
|
c22c8eefcc
|
Merge pull request #802 from hugovk/SunImagePlugin
Sanity test for SunImagePlugin.py
|
2014-07-16 09:00:25 -07:00 |
|
hugovk
|
43dab9113e
|
flake8
|
2014-07-16 14:26:30 +03:00 |
|
hugovk
|
d04ffd2377
|
Sanity test for SunImagePlugin.py
|
2014-07-16 14:24:23 +03:00 |
|
hugovk
|
5db868e060
|
Created with ImageMagick: convert lena.ppm lena.ras
|
2014-07-16 14:20:15 +03:00 |
|