Commit Graph

4626 Commits

Author SHA1 Message Date
wiredfool
2f39a818a6 Merge pull request #1773 from wiredfool/path_segfault
Fix for integer overflow in path.c
2016-04-01 03:27:43 -07:00
Andrew Murray
dc9ecaa09b Fixed changelog message [ci skip] 2016-04-01 19:43:08 +11:00
Eric Soroos
999b0a1e8c file is not a variable name 2016-03-30 11:12:25 -07:00
Eric Soroos
bf2df86807 require, required, and want are not features 2016-03-30 11:12:25 -07:00
Eric Soroos
f869ecd808 Dir is not a variable name 2016-03-30 11:12:25 -07:00
zwhfly
124bee0485 Add Tests for 2/4 bpp Tiff Grayscale Images
Including inverted and/or bit-order-reversed formats.
2016-03-29 20:19:22 +08:00
zwhfly
aa0636d811 Add Tiff Encodings for 2/4 Bit Grayscale Images
Added decoding support for 2/4 bit grayscale tiff images, including inverted and/or bit-order-reversed formats.
2016-03-29 20:19:22 +08:00
zwhfly
46134f78d2 Rearrange Tiff Encodings List
Refined the order of items in the dict 'OPEN_INFO'.
2016-03-29 20:19:21 +08:00
zwhfly
4d147c16d3 Add Some Unpackers for 2/4 bpp Grayscale Format
As seen in some tiff image files.
2016-03-29 20:17:39 +08:00
Andrew Murray
0907f423ca Removed unused variable from selftest 2016-03-29 22:53:48 +11:00
Andrew Murray
074dd36c33 Updated PIL license in OleFILEIO README [ci skip] 2016-03-29 20:01:39 +11:00
Andrew Murray
91cabaafeb Corrected Tiff tag names 2016-03-29 18:50:51 +11:00
Andrew Murray
f00a70bc57 Removed powf support for older Python versions 2016-03-28 19:06:06 +11:00
Andrew Murray
2a9c303d73 Changed documented name of JPEG property [ci skip] 2016-03-28 13:32:49 +11:00
Geka
33fff9e4a8 Add test for multipage tiff file with different compression 2016-03-27 22:19:04 +11:00
Andrew Murray
886a7cf206 Different TIFF frames may have different compression 2016-03-27 22:18:39 +11:00
Alex Clark
4d234fb54d Merge pull request #1732 from hugovk/issue-template
Create GitHub issue template
2016-03-27 07:07:16 -04:00
wiredfool
0c4131bf67 Fixing tests on windows/32bit 2016-03-26 15:01:26 -07:00
wiredfool
43b4b8d664 Fix for UnboundLocalError with corrupt jpeg2k file 2016-03-26 13:41:00 -07:00
Alex Clark
86561f61c6 Dont call release-test from install-venv [ci skip]
release-test will use python from PATH not venv
2016-03-24 08:14:06 -04:00
Alex Clark
557801977e Use venv & run release-test [ci skip]
- Call python with relative path (bin/python) to use venv python.
- Possibly positioning `install-venv` to be the default target.
- No need to factor out venv target.
2016-03-24 08:06:55 -04:00
Alex Clark
5bb7ac3662 Add makefile target co for code review
- `make co` to checkout all branches for code review
2016-03-24 07:51:45 -04:00
Alex Clark
74493e1616 Add install-venv makefile target [ci skip]
- Creates a venv, runs pip install
2016-03-24 07:44:42 -04:00
Alex Clark
3af794bc05 Exclude more build detritus from package 2016-03-23 17:30:55 -04:00
Alex Clark
a52b468e96 Add note about reqs [ci skip]
These are development, documentation & testing requirements (i.e. not installation requirements.)
2016-03-23 17:23:08 -04:00
Alex Clark
1dfbe273f0 Clean up reqs
- pip freeze
- Combine docs/requirements.txt with requirements.txt (No need for separate reqs if top-level calls sub-level.)
2016-03-23 17:18:08 -04:00
Alex Clark
34c80ef642 Merge pull request #1770 from python-pillow/yapf-format-setup
yapf-formatting for setup.py
2016-03-23 15:49:42 -04:00
wiredfool
f65fcf7274 Fixing the tests on py 3.x 2016-03-16 10:13:51 +00:00
Andrew Murray
bb0d312de7 Added __copy__ method to Image 2016-03-16 20:23:51 +11:00
wiredfool
c6ec3be0d6 Fix for integer overflow in path.c 2016-03-15 19:56:40 +00:00
Andrew Murray
d3727b523e Update website URL [ci skip] 2016-03-15 22:53:16 +11:00
Alex Clark
57d7873288 yapf-formatting for setup.py
I know folks don't universally agree on using yapf, but I've been using it a lot lately elsewhere & propose we start using it on a file-by-file basis here.
2016-03-15 07:16:22 -04:00
Alex Clark
54925c492c Update website URL [ci skip] 2016-03-15 07:15:03 -04:00
Alex Clark
6d5e7c69e6 Revert "Update website URL [ci skip]"
This reverts commit 838986349c.

OOPS, tried to sneak in yapf-formatting :-)
2016-03-15 07:14:03 -04:00
Alex Clark
838986349c Update website URL [ci skip] 2016-03-15 07:10:42 -04:00
wiredfool
b7b42a65c1 Updated Changes.rst [ci skip] 2016-03-14 17:08:35 +00:00
wiredfool
6f5994db15 Merge pull request #1766 from radarhere/pilprint
Added debug to available options for pilprint
2016-03-14 10:07:46 -07:00
wiredfool
b550b2a9e4 Merge pull request #1756 from SemanticsOS/lambdafu/pycms
Give much more details about ICC profiles.
2016-03-14 10:05:49 -07:00
wiredfool
9ba0c81b77 Merge pull request #1752 from radarhere/tktcl
Updated Tk and Tcl to 8.5.19 and 8.6.5
2016-03-14 09:53:41 -07:00
wiredfool
c20b2f715d Merge pull request #1751 from radarhere/rotate
Corrected tranpose/rotate documentation
2016-03-14 09:52:06 -07:00
wiredfool
b411f0999f Merge pull request #1750 from radarhere/comment
Clarified documentation
2016-03-14 09:51:24 -07:00
wiredfool
b1f81220ef Merge pull request #1749 from radarhere/url
Changed no longer found URL to archive URL
2016-03-14 09:50:58 -07:00
wiredfool
fb853267f9 Merge pull request #1748 from radarhere/path
Fixed bug when saving to a non-existent path using pathlib
2016-03-14 09:48:53 -07:00
wiredfool
c3bf1e1c78 Merge pull request #1745 from hugovk/crop_integers
Round crop's arguments to nearest integers
2016-03-14 09:44:29 -07:00
wiredfool
b1f6cecd70 Merge pull request #1663 from wiredfool/uninitialized-variable
Fixes uninitialized variable warning in _imaging.c:getink
2016-03-14 09:41:12 -07:00
wiredfool
e05ac55aca Merge pull request #1700 from wiredfool/cygwin-mpcompile
Disable multiprocessing install on cygwin, fixes #1690
2016-03-14 09:40:08 -07:00
Hugo
c95de4e61f Comment typo 2016-03-13 20:29:47 +02:00
Andrew Murray
7c27a3b5de Added debug to pilprint available options 2016-03-12 10:30:54 +11:00
Andrew Murray
1333e23663 Corrected pilprint version number 2016-03-12 10:30:28 +11:00
wiredfool
8dcbf9c12b Fixing SystemError: new style getargs format but argument is not a tuple 2016-03-10 22:14:03 -08:00