Commit Graph

5224 Commits

Author SHA1 Message Date
wiredfool
8693afc502 Merge pull request #2144 from wiredfool/release-notes
Release notes & docs
2016-10-03 07:13:40 -07:00
wiredfool
69ff457f2e release notes, docs 2016-10-03 07:05:03 -07:00
wiredfool
90b1d68d80 Updated Changes.rst [ci skip] 2016-10-03 14:35:20 +01:00
wiredfool
a00e4aa934 Merge pull request #2095 from hugovk/depends
Windows build: fetch dependencies from pillow-depends
2016-10-03 06:34:53 -07:00
wiredfool
d54046b36d Updated Changes.rst [ci skip] 2016-10-03 14:32:15 +01:00
wiredfool
d9fc1848a2 Merge pull request #2140 from SemanticsOS/lambdafu/tiff-multipage
Add TIFF save_all writer.
2016-10-03 06:31:39 -07:00
wiredfool
1925f4d9bd Merge pull request #2143 from hugovk/pycparser-workaround
Work around pycparser issue failing our builds
2016-10-03 06:10:38 -07:00
wiredfool
e67d230837 Updated Changes.rst [ci skip] 2016-10-03 14:05:41 +01:00
wiredfool
2db3f00e92 Merge pull request #2141 from wiredfool/tiff_fd
Move libtiff fd duplication to _load_libtiff
2016-10-03 06:03:50 -07:00
wiredfool
f8e6953e6e Merge pull request #2133 from wiredfool/gif-optimize-perf
Speed up GIF save optimization step
2016-10-03 06:03:12 -07:00
wiredfool
9440764863 Merge pull request #2131 from wiredfool/imagecms-segfault
Fix for ImageCms Segfault
2016-10-03 06:02:39 -07:00
wiredfool
ab29e2fa24 Merge pull request #2138 from wiredfool/issue_1077
Make Image.crop an immediate operation, not lazy.
2016-10-03 06:01:34 -07:00
Hugo
ac3c3e8063 Work around pycparser issue
https://github.com/eliben/pycparser/issues/147
2016-10-03 15:48:59 +03:00
Alex Clark
76d1f534c3 Merge pull request #1901 from radarhere/license
Added reference to Pillow to COPYING
2016-10-03 07:36:13 -04:00
Hugo
e61301badb Update CHANGES.rst [CI skip] 2016-10-02 13:49:07 +03:00
Hugo
b045893768 Merge pull request #2142 from radarhere/typo
Fixed typos
2016-10-02 13:47:56 +03:00
Andrew Murray
4c28926da3 Fixed typos 2016-10-02 21:31:53 +11:00
wiredfool
b81da5a322 Tests for issue #1651 2016-09-29 22:29:19 +01:00
wiredfool
41cbd4f4d3 Only duplicate the file descriptor when acually passing it to
libtiff.  From: Sebastian Krause <sebastian@realpath.org>
2016-09-29 22:14:51 +01:00
Eric Soroos
95b50bf611 Make Image.crop an immediate operation, not lazy. Fixes #1077 2016-09-29 13:28:24 -07:00
wiredfool
e6d9f31411 Updated Changes.rst [ci skip] 2016-09-29 16:25:02 +01:00
wiredfool
4a90e8f75b Merge pull request #2024 from uploadcare/fix-empty-exif-tags
Skip empty values in ImageFileDirectory
2016-09-29 08:24:44 -07:00
wiredfool
d906b08849 Update CHANGES.rst 2016-09-29 16:20:57 +01:00
wiredfool
0902120f09 Merge pull request #2139 from SemanticsOS/lambdafu/multipage-tiff-palette
Force reloading palette when using mmap in ImageFile.
2016-09-29 08:20:25 -07:00
Marcus Brinkmann
92c7337df0 Add TIFF save_all writer. 2016-09-29 17:05:33 +02:00
Marcus Brinkmann
c74e45e87c Force reloading palette when using mmap in ImageFile. 2016-09-29 14:54:25 +02:00
wiredfool
8f49022ac5 Update CHANGES.rst [ci skip] 2016-09-29 05:51:38 -07:00
wiredfool
cbc94cdf62 Merge pull request #2136 from timgraham/escape-sequences
Fix "invalid escape sequence" warning in Python 3.6
2016-09-29 05:50:34 -07:00
wiredfool
24e6c7e1f6 Update CHANGES.rst 2016-09-29 05:42:13 -07:00
wiredfool
e0b153364b Merge pull request #2137 from radarhere/docs
Documentation notes
2016-09-29 05:40:55 -07:00
Andrew Murray
3e99ef8a43 Added import to docs [ci skip] 2016-09-29 20:11:38 +10:00
Andrew Murray
5c0580adc2 Added note to docs regarding draft mode formats [ci skip] 2016-09-29 20:11:19 +10:00
Andrew Murray
f51595546a Updated PCD description in docs [ci skip] 2016-09-29 20:10:58 +10:00
Tim Graham
0c66b80a95 Fix "invalid escape sequence" warning in Python 3.6
http://bugs.python.org/issue27364
2016-09-27 19:26:57 -04:00
Hugo
0a0fe292ec Merge pull request #2134 from madphysicist/patch-1
Typo in doc
2016-09-27 20:08:45 +03:00
Hugo
351e5fe8b4 Merge pull request #2135 from madphysicist/patch-2
Missing backtick
2016-09-27 20:07:50 +03:00
Joseph Fox-Rabinovitz
c4b9927b0a Missing backtick
[ci skip]
2016-09-27 12:46:19 -04:00
Joseph Fox-Rabinovitz
dcad278865 Typo in doc 2016-09-27 12:42:18 -04:00
wiredfool
bc66e2b34a py3 fix 2016-09-26 15:15:43 -07:00
wiredfool
1d068b6e0a Check type of items passed into to ImageCms.ImageCmsProfile, fixes #2037 2016-09-26 14:56:00 -07:00
wiredfool
a51d3bcdba Speed up Gif save optimization step: don't do it as often and do it in C. Fixes #2093 2016-09-26 14:51:28 -07:00
wiredfool
4129c6e0eb Updated Changes.rst [ci skip] 2016-09-26 14:29:18 +01:00
wiredfool
2401150ce9 Merge pull request #2129 from radarhere/truth
Use truth value when checking for optimize option on save
2016-09-26 14:28:23 +01:00
Hugo
2178da8ec2 Update CHANGES.rst [CI skip] 2016-09-26 13:48:05 +03:00
Hugo
8bdac29b50 Merge pull request #2130 from radarhere/macos
Renamed reference to OS X to macOS
2016-09-26 13:46:08 +03:00
Andrew Murray
6c59119dcb Renamed reference to OS X to macOS 2016-09-26 19:04:11 +10:00
Andrew Murray
4c6b12df00 Updated documentation 2016-09-25 21:22:38 +10:00
Andrew Murray
d3d29ab2e3 Use truth value when checking for optimize option on save 2016-09-25 21:20:54 +10:00
wiredfool
508763aa25 Update CHANGES.rst [ci skip] 2016-09-25 09:37:08 +01:00
wiredfool
324a91a25c Merge pull request #2021 from radarhere/doc-warnings
Converted documentation parameter format, comments to docstrings.
2016-09-25 09:34:12 +01:00