Commit Graph

4484 Commits

Author SHA1 Message Date
wiredfool
0e3caec317 Added Transparency mask unpacker for BMP files 2016-04-06 07:40:49 -07:00
wiredfool
e84e02997c Fixes DIB image format
The DIB image format uses the 40 byte BMP header, followed by 3 masks
for RGB channels. We were reading 4 masks, consuming the first pixel
of the image.

Mostly fixes issue #1293. Remaining issue: alpha channel is actually a
transparency mask.
2016-04-06 07:38:41 -07: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
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
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
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