Commit Graph

1848 Commits

Author SHA1 Message Date
wiredfool
a422a4ff4e ensure files are closed 2014-06-19 13:21:40 -07:00
wiredfool
85693d60d0 initial py3 compatibility 2014-06-19 13:21:14 -07:00
Dov Grobgeld
5fe80c6d4a Initial commit of binary morphology addon. 2014-06-04 23:03:00 +03:00
wiredfool
ab3ee7cef8 Merge pull request #684 from jxs/master
Add FreeBSD10 support to doc
2014-06-02 12:09:36 -07:00
joaoxsouls
e944297e80 add FreeBSD10 support to doc 2014-06-02 19:45:16 +01:00
wiredfool
89130203b1 Update CHANGES.rst [ci-skip] 2014-06-01 09:10:52 -07:00
wiredfool
5b73d8f57b Merge pull request #661 from hugovk/test_imagedraw
Add more ImageDraw tests
2014-06-01 09:09:58 -07:00
wiredfool
6bb3b155d9 Merge pull request #676 from hugovk/__main__
Exclude non-runnable code from coverage
2014-05-30 08:48:56 -07:00
wiredfool
085527e01d Updated Changes.rst [ci skip] 2014-05-30 08:47:26 -07:00
wiredfool
60e2eaa5e9 Merge pull request #680 from hugovk/spider
Add tests for SPIDER image files
2014-05-30 08:46:33 -07:00
Hugo
4dcae4402c Add back the other bounding box [CI skip] 2014-05-27 23:55:43 +03:00
hugovk
ae37743ac7 Both kinds of bounding box for arc, chord and pieslice. 2014-05-27 23:31:31 +03:00
hugovk
eacbd7b04a pep8/pyflakes 2014-05-26 21:56:40 +03:00
hugovk
5217a523d6 Make sure nvalues is int and not float for Python 3 2014-05-26 21:18:48 +03:00
hugovk
14c8d8afe4 More spider tests 2014-05-26 21:00:20 +03:00
hugovk
5f9cad1a8e pyflakes 2014-05-26 20:15:48 +03:00
hugovk
268c419d7c Simple spider test. Test image created with Pillow. 2014-05-26 20:09:12 +03:00
hugovk
e6908401d4 Add config file for coverage.py to exclude some common things: http://nedbatchelder.com/code/coverage/config.html 2014-05-26 19:19:27 +03:00
hugovk
8f92562ec3 Remove old FIXME comment [CI skip] 2014-05-24 17:36:31 +03:00
hugovk
35336e5afd Test arc, chord, pieslice give TypeError when bounding box is [(x0, y0), (x1, y1)] 2014-05-24 17:31:37 +03:00
wiredfool
8a8aec534b Update CHANGES.rst [ci-skip] 2014-05-24 13:17:43 +01: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
c2bd74b397 Update CHANGES.rst [ci-skip] 2014-05-24 13:15:23 +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
dee8af10ac Update CHANGES.rst [ci-skip] 2014-05-24 13:11:46 +01:00
wiredfool
3f18e0adfe Merge pull request #619 from eliempje/master
Bugfix: EPS thumbnail failed
2014-05-24 13:09:25 +01:00
wiredfool
b3dcf849b8 Update 2014-05-24 12:46:55 +01:00
wiredfool
301cff0355 Merge pull request #670 from hugovk/png_clean
Rename variables not to use built-in function names
2014-05-24 12:46:12 +01:00
wiredfool
de28007585 Update CHANGES.rst [ci-skip] 2014-05-23 00:07:58 +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
14c2f86873 Rename bytes variable as read_bytes to avoid the built-in function name. 2014-05-21 21:33:49 +03:00
hugovk
d594c0241a Rename len variables as length to avoid the built-in function name. 2014-05-21 20:45:02 +03:00
hugovk
8a7974c288 Use bytes for Python 3. It's just an alias to str in Python 2. 2014-05-21 14:35:29 +03: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
2662c38f5c Updating docs to reflect current understanding 2014-05-20 12:59:31 -07:00
wiredfool
3b227d1a05 Merge from current master 2014-05-20 11:47:53 -07:00
wiredfool
edd75ceb91 Use libtiff for writing any compressed tiff files, Fixes #659, #431 2014-05-20 10:15:01 -07:00
wiredfool
413a086c09 Remove READ|WRITE_LIBTIFF guards for LZW/packbits compression tests 2014-05-20 10:13:58 -07:00
wiredfool
24cb7bf3df Updated changes [ci-skip] 2014-05-20 17:32:31 +01:00
wiredfool
47d38cc02b Merge pull request #668 from wiredfool/hugovk_pdf
Doc Update for Image.thumbnail
2014-05-20 17:29:40 +01:00
wiredfool
6ab636fb5a Doc formatting fix 2014-05-20 09:27:56 -07:00
wiredfool
9a6e8f8e9d Noted previous default 2014-05-20 09:21:12 -07:00
wiredfool
97ee7938cb Merge pull request #667 from wiredfool/hugovk_pdf
PDF Tests and Fixes merge
2014-05-20 17:18:34 +01:00
wiredfool
8d4a77a939 merge from master 2014-05-20 08:58:09 -07:00
wiredfool
d7c049504d Merge pull request #643 from CounterPillow/datatype-fix
Change unsigned INT16 to UINT16
2014-05-20 16:45:06 +01:00
wiredfool
b1c50df0c4 Merge pull request #662 from hugovk/nocoverpypy
Don't run coverage on PyPy jobs
2014-05-20 16:44:00 +01:00
wiredfool
a7cb81ec56 Update CHANGES.rst 2014-05-20 16:42:18 +01:00
wiredfool
fb164d0a6e Merge pull request #665 from hugovk/transparency
Remove transparency resource after converting P->RGBA, Fixes #664
2014-05-20 16:40:16 +01:00