wiredfool
|
60e2eaa5e9
|
Merge pull request #680 from hugovk/spider
Add tests for SPIDER image files
|
2014-05-30 08:46:33 -07:00 |
|
hugovk
|
14c8d8afe4
|
More spider tests
|
2014-05-26 21:00:20 +03:00 |
|
hugovk
|
268c419d7c
|
Simple spider test. Test image created with Pillow.
|
2014-05-26 20:09:12 +03:00 |
|
wiredfool
|
26b0f20763
|
Merge pull request #669 from wiredfool/tiff_compression
Use libtiff for writing any compressed tiff files
|
2014-05-24 13:16:57 +01:00 |
|
wiredfool
|
a91387e9dd
|
Merge pull request #673 from wiredfool/pickling
Support for pickling Image objects
|
2014-05-24 13:14:42 +01:00 |
|
wiredfool
|
3f18e0adfe
|
Merge pull request #619 from eliempje/master
Bugfix: EPS thumbnail failed
|
2014-05-24 13:09:25 +01:00 |
|
wiredfool
|
cd17b66541
|
Merge pull request #647 from hugovk/house
Fix for junk JPEG data
|
2014-05-23 00:06:09 +01:00 |
|
hugovk
|
0c1c620e30
|
Add test for #647. Fails without fix.
|
2014-05-21 14:33:28 +03:00 |
|
hugovk
|
aed2646dc2
|
pep8/pyflakes
|
2014-05-21 14:32:24 +03:00 |
|
hugovk
|
9c048e44d1
|
Permission to use and distribute (under the MIT license) this image as a testfile granted by cepreu2github: https://github.com/python-imaging/Pillow/issues/630#issuecomment-43674288
|
2014-05-21 14:30:05 +03:00 |
|
wiredfool
|
3b227d1a05
|
Merge from current master
|
2014-05-20 11:47:53 -07:00 |
|
wiredfool
|
413a086c09
|
Remove READ|WRITE_LIBTIFF guards for LZW/packbits compression tests
|
2014-05-20 10:13:58 -07:00 |
|
wiredfool
|
8d4a77a939
|
merge from master
|
2014-05-20 08:58:09 -07:00 |
|
hugovk
|
a59bc40c38
|
flake8
|
2014-05-17 23:33:50 +03:00 |
|
hugovk
|
55b1accb42
|
Add (failing) test for #664
|
2014-05-17 19:08:08 +03:00 |
|
eliempje
|
a712cec02b
|
Added test and testfile for issue #302
|
2014-05-14 23:14:55 +02:00 |
|
hugovk
|
8cda5170c8
|
Fix bytes/str and reinstate test
|
2014-05-12 14:45:54 +03:00 |
|
hugovk
|
c37aa0a9ca
|
Fix tostring()/tobytes() warning and reinstate test
|
2014-05-12 14:30:03 +03:00 |
|
hugovk
|
bcb8534dcf
|
Temporarily remove 'failing' 1-mode PDF test
|
2014-05-11 17:46:13 +03:00 |
|
hugovk
|
741297326a
|
Temporarily remove 'failing' 1-mode PDF test
|
2014-05-11 17:41:07 +03:00 |
|
hugovk
|
6520004289
|
Add monochrome PDF test
|
2014-05-11 17:35:49 +03:00 |
|
hugovk
|
8f1a00ae92
|
Temporarily remove failing P-mode PDF test
|
2014-05-11 17:28:41 +03:00 |
|
hugovk
|
3e2ff13aa8
|
Fix CMYK test
|
2014-05-11 17:23:10 +03:00 |
|
hugovk
|
c15601e0b0
|
Add some more pdf tests
|
2014-05-11 17:16:13 +03:00 |
|
hugovk
|
f165d2034f
|
Simple test for saving to PDF
|
2014-05-11 09:01:09 +03:00 |
|
hugovk
|
5f195ae1a7
|
On Py3.4, a PendingDeprecationWarning comes from Coverage.py for using the imp module. This warning causes 3.4 builds to fail so ignore the warning from importing coverage.
|
2014-05-09 11:41:43 +03:00 |
|
hugovk
|
11227e5dc1
|
Fix test because thumbnail() retains aspect ratio
|
2014-05-08 23:01:44 +03:00 |
|
Hugo
|
7a9badf18e
|
Fix tests so image2 is resized and thumbnailed
|
2014-05-08 22:44:46 +03:00 |
|
hugovk
|
23eb9e1de8
|
Thumbnail tests for https://github.com/python-imaging/Pillow/pull/619
|
2014-05-08 11:45:02 +03:00 |
|
hugovk
|
134295bfd4
|
Resize tests for https://github.com/python-imaging/Pillow/pull/619 (plus flake8)
|
2014-05-08 11:43:04 +03:00 |
|
hugovk
|
a7d21dec15
|
Remove temp test code
|
2014-04-26 20:41:01 +03:00 |
|
hugovk
|
7d1cdc54c4
|
Don't skip all the tests on Python 3 when there's no cPickle, just the irrelevant test
|
2014-04-26 20:20:42 +03:00 |
|
hugovk
|
8794c46318
|
For pickling, test with Image's __eq__. Everything else can use the old assert_image_equal.
|
2014-04-26 20:05:02 +03:00 |
|
hugovk
|
2a6f2c5442
|
Add __eq__ and __ne__ to Image to be able to test image equality when pickling. Pickle more data.
|
2014-04-26 19:43:53 +03:00 |
|
hugovk
|
e4185694a2
|
P3 will skip explicit cPickle tests
|
2014-04-22 09:30:15 +03:00 |
|
hugovk
|
adfbe8323a
|
Tests and partial implementation of pickling (#629)
|
2014-04-22 08:54:16 +03:00 |
|
wiredfool
|
5ca5652d0b
|
Merge pull request #551 from wiredfool/with
Image.close, Context manager support
|
2014-04-17 22:20:30 -07:00 |
|
wiredfool
|
471cecb523
|
tests for close and context manager
|
2014-04-17 22:01:55 -07:00 |
|
wiredfool
|
ca36b6cd36
|
Merge pull request #606 from wiredfool/pgm
16 bit Read/Write PGM support.
|
2014-04-17 12:22:18 -07:00 |
|
wiredfool
|
1945fd6cb4
|
Merge pull request #618 from hugovk/master
Add version 0.30 of OleFileIO (2014-02-04)
|
2014-04-17 12:19:03 -07:00 |
|
wiredfool
|
aba195d35e
|
Tests for #614
|
2014-04-14 06:13:57 -07:00 |
|
wiredfool
|
189c40dc9e
|
Merge branch 'patch-1' of https://github.com/Hijackal/Pillow into Hijackal-patch-1
|
2014-04-14 03:15:38 -07:00 |
|
hugovk
|
7ba5962512
|
Fix typo and update test
|
2014-04-14 00:27:08 +03:00 |
|
hugovk
|
6ff77414b3
|
Test some debug functions. No asserts, just check they run ok.
|
2014-04-14 00:05:31 +03:00 |
|
hugovk
|
949e87e55d
|
Remove 'failing' test_debug()
|
2014-04-13 23:28:41 +03:00 |
|
hugovk
|
f40cf7870f
|
More testing
|
2014-04-13 23:16:01 +03:00 |
|
hugovk
|
bfc05b7a8c
|
Handle bytes in test for Py2 and 3
|
2014-04-11 15:02:42 +03:00 |
|
hugovk
|
2271ee6f65
|
Add some simple tests for OleFileIO.py
|
2014-04-11 14:53:33 +03:00 |
|
hijackal
|
7f164d641f
|
Test image: TIFF for OPEN_INFO = {(II, 0, 3, 1, (32,), ()): ("F", "F;32F")}
|
2014-04-11 11:39:05 +02:00 |
|
hugovk
|
9c6b07d21b
|
Remove temporary forced failure
|
2014-04-11 10:59:58 +03:00 |
|