Commit Graph

4605 Commits

Author SHA1 Message Date
Hugo
bb7b89eea0 Merge pull request #1795 from radarhere/installation
Updated El Capitan tested Pillow version
2016-04-03 12:39:52 +03:00
Hugo
4fb4cbc0d3 Update CHANGES.rst [CI skip] 2016-04-03 11:37:20 +03:00
Hugo
77b5a531c6 Merge pull request #1625 from radarhere/health
Health fixes
2016-04-03 10:58:35 +03:00
Hugo
c4233fd668 Merge pull request #1796 from radarhere/pildriver
Minor pildriver code rearrangement
2016-04-03 10:31:43 +03:00
Andrew Murray
503d8e925a Minor code rearrangement 2016-04-03 15:08:28 +10:00
Andrew Murray
79d0e9ad59 Updated El Capitan tested Pillow version [ci skip] 2016-04-03 12:01:02 +10:00
Alex Clark
4391816cff Merge pull request #1793 from radarhere/license
Added Pillow to LICENSE
2016-04-02 09:18:07 -04:00
Jonathan Michalon
d07ab52c66 SpiderImagePlugin: raise an error when seeking in a non-stack file
Using ImageSequence.Iterator on a non-stack SPIDER image leads to infinite loop.
EOFError (which stops the iteration) is never raised because when the image isn't a stack,
seek() returns gently without error.
2016-04-02 19:12:21 +11:00
Andrew Murray
4db2972778 Added Pillow to LICENSE [ci skip] 2016-04-02 10:41:10 +11:00
wiredfool
fd7fa4e61d 3.3.0.dev0 versioning 2016-04-01 07:39:35 -07:00
wiredfool
c01f51dfff 3.2.0 release notes formatting 2016-04-01 07:04:30 -07:00
wiredfool
344cb709ed 3.2.0 Release Version Bump 2016-04-01 05:17:23 -07:00
wiredfool
98474e4fa9 added 3.2.0 release notes to index 2016-04-01 05:17:23 -07:00
wiredfool
642a331dd1 Release Notes 2016-04-01 05:11:54 -07:00
wiredfool
a1f244343d Fixed j2k integer overflow error on encode - CVE-2016-3076 2016-04-01 05:11:54 -07:00
Alex Clark
de7481d5b7 Merge pull request #1776 from python-pillow/aclark-build-cleanup
Clean up reqs
2016-04-01 08:01:29 -04:00
wiredfool
43ddf83529 Updated Changes.rst [ci skip] 2016-04-01 12:09:25 +01:00
wiredfool
fb7aacee92 Merge pull request #1792 from wiredfool/install_docs
Install docs
2016-04-01 04:06:19 -07:00
wiredfool
d53855642e Added freebsd install instructions, from @koobs 2016-04-01 04:03:27 -07:00
wiredfool
09272dfea4 Cleanup of Fedora23 install docs 2016-04-01 04:03:27 -07:00
Zandr Martin
8734941928 added instructions for Fedora 23
Fedora has moved from `yum` to `dnf`, and I've found that the `redhat-rpm-config` package is required for Pillow to build.
2016-04-01 04:03:27 -07:00
Andrew Murray
677b958a7f Health fixes 2016-04-01 21:49:30 +11:00
wiredfool
0129c50933 Updated Changes.rst [ci skip] 2016-04-01 11:39:38 +01:00
wiredfool
26970c5e21 Merge pull request #1782 from radarhere/compression
Different frames may have different compression types
2016-04-01 03:38:18 -07:00
wiredfool
39fb128898 Merge pull request #1772 from radarhere/copy
Added __copy__ method to Image
2016-04-01 03:35:21 -07:00
wiredfool
8ae375ebec Merge pull request #1787 from radarhere/license
Updated PIL license in OleFileIO README
2016-04-01 03:33:22 -07:00
wiredfool
e8da73e95b Merge pull request #1786 from radarhere/tifftags
Corrected Tiff tag names
2016-04-01 03:31:57 -07:00
wiredfool
f950c3c161 Merge pull request #1783 from python-pillow/radarhere-patch-1
Changed documented name of JPEG property
2016-04-01 03:30:42 -07:00
wiredfool
0fb65753ce Merge pull request #1780 from wiredfool/j2k_exception
Fix for UnboundLocalError with corrupt jpeg2k file
2016-04-01 03:29:09 -07:00
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