Stefan van der Walt
|
eb6867cfe2
|
Make six an external dependency.
|
2013-10-27 14:06:26 +02:00 |
|
cgohlke
|
be3be537e6
|
TST: use BytesIO to save images into file-like object
StringIO does not work on Python 3
|
2013-10-10 21:22:40 -07:00 |
|
Stefan van der Walt
|
2b0f037422
|
Remove Image wrapper from io. Improve tags handling.
|
2013-08-21 17:46:38 +02:00 |
|
Stefan van der Walt
|
f429b5abad
|
Ensure PIL tests run with PIL.
|
2013-06-29 11:01:18 -05:00 |
|
François Boulogne
|
5ce5f283d0
|
delete duplicated import
|
2013-06-20 22:23:04 +02:00 |
|
cgohlke
|
0477c9dfeb
|
Open image files in default binary write mode
Fixes test failure on Windows
|
2012-09-29 14:20:11 -07:00 |
|
wilsaj
|
fabedb58ec
|
add unit test for Image._repr_png_() with PIL plugin
|
2012-08-12 18:54:43 -05:00 |
|
Andreas Mueller
|
f7b3d8062c
|
COSMIT pep8
|
2012-06-29 11:27:23 +02:00 |
|
Tony S Yu
|
9bcda27336
|
Skip test that fails for PIL < 1.1.7
|
2012-06-24 22:25:44 -04:00 |
|
Stefan van der Walt
|
0a30a2046e
|
ENH: Allow resetting the plugin state.
|
2012-06-24 17:14:38 -07:00 |
|
Stefan van der Walt
|
8141f39a2b
|
BUG: Fix PIL test on big endian.
|
2012-06-11 00:37:48 -07:00 |
|
Stefan van der Walt
|
52f35313a7
|
BUG: Fix plugin import on systems without PIL or FreeImage.
|
2012-05-07 14:06:25 -07:00 |
|
Stefan van der Walt
|
9c13bab887
|
BUG: Ensure that the appropriate I/O plugin is used in the test suite.
|
2012-05-07 13:48:56 -07:00 |
|
Tony S Yu
|
94c89d9020
|
Add test using big-endian uint16 image.
|
2011-12-14 21:21:00 -05:00 |
|
Tony S Yu
|
abcbe673a9
|
Add test for reading uint16 image
|
2011-12-13 10:17:12 -05:00 |
|
Stefan van der Walt
|
77f68861c6
|
BUG: Correctly load bi-level images via PIL.
|
2011-12-12 16:01:04 -08:00 |
|
Nelle Varoquaux
|
114cf44c77
|
Renamed scikits.image to skimage
|
2011-10-18 21:12:27 +02:00 |
|