wiredfool
c9f54c98a5
Merge pull request #1938 from wiredfool/python-decoder
...
Pure Python Decoders - fix for MSP decoding
2017-03-12 17:20:19 +00:00
wiredfool
38f43c1e5f
review lint
2017-03-11 13:50:19 +00:00
wiredfool
c2cd5fe3d1
handles_eof was removed in 4.0
2017-03-11 13:50:19 +00:00
wiredfool
c5d32d2b23
Moving DdsDecoder python implementation to examples
2017-03-11 13:50:19 +00:00
wiredfool
36a22e2d63
s/lena/hopper/
2017-03-11 13:50:19 +00:00
wiredfool
1c0d1c547e
PyDecoder documentation
2017-03-11 13:50:19 +00:00
wiredfool
be26453ac0
python decoder docs
2017-03-11 13:50:19 +00:00
wiredfool
51b46e00c2
Refactor out passed in palette handling, add ImagePalette as an option, document palette format
2017-03-08 01:35:15 -08:00
Andrew Murray
3f5ac14003
Rearranged operating systems in Platform Support [ci skip]
2017-03-03 20:11:21 +11:00
Alexander Karpinsky
f66e93bb4b
Fix version in notes
2017-02-27 02:04:12 +03:00
Hugo
cb34b686a5
Merge pull request #1822 from radarhere/unused
...
Remove unused imports
2017-02-26 10:05:19 +02:00
Hugo
53e5702557
Update http to https
2017-02-14 11:27:02 +02:00
Andrew Murray
973d1cfb3d
Added PySide to ImageQt documentation [ci skip]
2017-02-05 14:45:55 +11:00
Hugo
5d9c975c46
Merge branch 'master' into license
2017-01-29 13:06:10 +02:00
Andrew Murray
c168f01111
Removed imports used only by comments
2017-01-18 20:06:47 +11:00
Andrew Murray
25fb149d5e
Removed unused docs import
2017-01-18 20:06:21 +11:00
Alexander Karpinsky
071a5933ef
Update concepts.rst
2017-01-08 22:32:57 +03:00
David McInnis
da4ee8f906
added new version numbers for arch linux
2017-01-07 04:47:13 -08:00
Andrew Murray
c1905d3e26
Added macOS Sierra tested Pillow version [ci skip]
2017-01-07 18:45:36 +11:00
Hugo
2eba610b29
Pillow 3.5.0 became 4.0.0
...
And some caps consistency
[CI skip]
2017-01-03 15:13:45 +02:00
wiredfool
a7ce2b69ca
Merge pull request #2271 from radarhere/copyright
...
Updated copyright year
2017-01-01 11:29:30 +00:00
wiredfool
962752f3fd
Date Range
2017-01-01 11:28:19 +00:00
wiredfool
eea7c63eb3
Py 3.6
2016-12-31 17:31:39 +00:00
wiredfool
5230fee237
Release notes for 4.0.0
2016-12-31 17:29:28 +00:00
wiredfool
6fd020a465
Added save docs for SGI
2016-12-31 12:33:33 +00:00
Andrew Murray
8c6bc07124
Updated tested versions of libjpeg [ci skip]
2016-12-30 10:47:05 +11:00
wiredfool
944a470a79
Merge pull request #2312 from wiredfool/pr_2298
...
List of individual frame durations for saving animated gifs. #2298
2016-12-27 12:00:40 +00:00
wiredfool
55e068d52e
Removed duplicate open duration, clarified, listed all save options, added tuple for duration
2016-12-27 03:09:55 -08:00
wiredfool
87092ad4f8
can pass list of integer to set different duration for each frame when saving GIF
2016-12-27 02:44:05 -08:00
Andrew Murray
d4a6e07367
Added documentation for Python 3.6 support
2016-12-27 02:28:11 -08:00
Andrew Murray
3089dd18d8
Updated copyright year
2016-12-26 12:15:23 +11:00
wiredfool
80b78be21a
Merge pull request #2199 from jdufresne/dep-olefile
...
Remove vendored version of olefile Python package in favor of upstream
2016-12-13 20:12:29 +00:00
Hugo
7dff4e5a8f
Merge pull request #2269 from wiredfool/design-docs
...
Design docs
2016-12-09 11:01:03 +02:00
Andrew Murray
15347b6703
Fixed typo [ci skip]
2016-12-02 10:27:38 +11:00
wiredfool
937199e545
document limits
2016-12-01 09:11:04 -08:00
wiredfool
cf85e8f1c7
design docs for file closing
2016-12-01 08:28:09 -08:00
wiredfool
1fcde0bd9f
design docs for file closing
2016-12-01 08:28:09 -08:00
Jon Dufresne
52b1f46b12
Deprecate vendored version of olefile Python package in favor of upstream
...
Pillow now requires the olefile Python package through setup.py.
This removes Pillow's maintenance of this library by instead relying on
and reusing the upstream version. No longer need to regularly update the
vendored package and docs. olefile bug fixes and features can go
directly upstream.
During travis tests, now installs Pillow package before tests; this will
also install all dependencies (currently, only olefile).
2016-11-22 18:17:31 -08:00
Jon Dufresne
85cf6d3140
Drop support for Python 3.2
2016-11-22 04:24:40 -08:00
Jon Dufresne
dbe9f85c7d
Drop support for Python 2.6
...
* Drop unittest2 requirement
* Use set literals
* Use dict/set comprehension
* Use str.format() automatic numbering
2016-11-22 04:23:55 -08:00
Andrew Murray
6380f8da03
Fixed typo [ci skip]
2016-10-28 19:59:40 +11:00
Alex Chan
6d38015474
Fix typo in description of ICO
2016-10-27 06:29:32 +01:00
Alex Chan
efa94a78e6
Move ICO out of the list of read-only file formats
...
Fixes #2179 .
2016-10-26 19:41:40 +01:00
Hugo
7dbb1a5c99
Fix too-short title underline
...
https://travis-ci.org/python-pillow/Pillow/jobs/170394881#L3517
2016-10-25 15:24:19 +03:00
Hugo
13429c8c36
Fix too-short title underlines and malformed table
...
https://travis-ci.org/python-pillow/Pillow/jobs/170394881#L3453
2016-10-25 15:23:07 +03:00
wiredfool
e9f2794786
Update Compatibility Matrix [ci skip]
2016-10-17 09:12:19 +01:00
David McInnis
00eb6d6b37
added arch linux support
2016-10-16 20:20:58 -07:00
wiredfool
0f2d6e0cc5
Changes, Release Notes for 3.3.2
2016-10-03 07:27:02 -07:00
wiredfool
4280955385
Removed 'MIT-like' from license
2016-10-03 07:08:57 -07:00
wiredfool
69ff457f2e
release notes, docs
2016-10-03 07:05:03 -07:00