Commit Graph

1753 Commits

Author SHA1 Message Date
wiredfool
89507d16e3 added jpeg2k build 2014-03-26 10:49:48 -07:00
wiredfool
e0d42d0e02 Speed this up for now 2014-03-26 09:54:22 -07:00
wiredfool
b97d220b2c Set prefix to not require ld preload on travis 2014-03-26 09:53:45 -07:00
wiredfool
c4cedd50eb Leave CWD in the right place 2014-03-26 09:29:47 -07:00
wiredfool
d97244181d Adding current webp dependency to travis 2014-03-26 09:13:49 -07:00
wiredfool
edc3215e34 Disabling poor performing test on pypy 2014-03-26 09:12:51 -07:00
Alastair Houghton
1dfa9faae2 Updated icons. 2014-03-26 14:08:54 +00:00
Alastair Houghton
c82c6a064b Merge branch 'master' into icns+jp2k 2014-03-26 11:22:12 +00:00
Alastair Houghton
cbe7e93bdd Merge branch 'icns-support' into icns+jp2k 2014-03-26 11:18:26 +00:00
Alastair Houghton
3655a0ecce Fixed a pre-existing Python 3 bug. 2014-03-26 11:12:14 +00:00
Alastair Houghton
5904ac1718 Added some tests and a couple of icns files. 2014-03-26 10:49:39 +00:00
wiredfool
8adbaf8098 Better tests, fixes for leaking RGB->P transparency 2014-03-26 00:01:10 -07:00
wiredfool
29bb882cef Updated Changes 2014-03-25 23:35:54 -07:00
wiredfool
8ea903ec59 Transparency conversion for L, RGP and P images, fixes #510 2014-03-25 23:34:41 -07:00
wiredfool
89c24e971c Tests for #510 2014-03-25 23:33:49 -07:00
wiredfool
a190d64165 Changes.rst updated 2014-03-25 21:44:28 -07:00
wiredfool
abebac25cc Sane quantize defaults for RGBA->P, fixes #544 2014-03-25 21:42:40 -07:00
wiredfool
9518214980 Tests for #544 2014-03-25 21:42:40 -07:00
Alex Clark
86ab020736 Add history 2014-03-25 17:56:11 -04:00
Alex Clark ☺
2febf7cfa3 Merge pull request #566 from larsmans/error-messages
more detailed error messages from Image.py
2014-03-25 17:54:53 -04:00
Alex Clark ☺
eb646096ab Merge pull request #571 from hugovk/master
Add PyPy to the Travis build
2014-03-25 17:38:19 -04:00
Alastair Houghton
831216f609 Fixed a Python 3 specific crash. 2014-03-25 16:58:44 +00:00
hugovk
526482b965 Forgot sudo 2014-03-25 18:39:07 +02:00
hugovk
1f0e556389 Possible fix for pypy
Idea from https://github.com/cpbotha/nvpy/issues/19#issuecomment-9732016
2014-03-25 18:24:01 +02:00
hugovk
d7e5b3fd57 Possible fix for pypy
Idea from http://www.tismer.com/pypy/irc-logs/pypy/pypy.2013-11-18.log.html
2014-03-25 17:46:00 +02:00
Alastair Houghton
18f12b30aa The JPEG plug-in will seek the stream if it's an fd, so change to using an io.BytesIO. 2014-03-24 18:04:37 +00:00
Alastair Houghton
5f77c39090 Added JPEG 2000 support for .icns files. 2014-03-24 17:24:49 +00:00
Alastair Houghton
8eec69d39e Merging JPEG 2000 support with .icns plugin. 2014-03-24 17:22:59 +00:00
Alastair Houghton
9b5bc2012f Removed print statements. 2014-03-24 17:13:14 +00:00
Lars Buitinck
61975dd8ad more detailed error messages from Image.py 2014-03-24 17:49:19 +01:00
Alastair Houghton
299c278e66 Improved icns support 2014-03-24 16:10:23 +00:00
hugovk
2bbc7f0c7d Add pypy as an allowed failure 2014-03-24 16:29:09 +02:00
Alex Clark ☺
2a9f2cdd7d Merge pull request #563 from wiredfool/wheel-doc
Error recovery for wheel install, Fixes #562
2014-03-21 19:28:06 -04:00
wiredfool
bfb00173f1 Error recovery for wheel install, #562 2014-03-21 16:19:51 -07:00
wiredfool
b5a128ae3f Merge pull request #558 from cgohlke/patch-2
Update platform support
2014-03-20 09:36:56 -07:00
wiredfool
4dbd7406ee Merge pull request #557 from cgohlke/patch-1
TST: fix failing BMP tests on Windows
2014-03-20 09:36:03 -07:00
cgohlke
324a6fb4e7 Update platform support
Pillow 2.3.0dev passes all tests on Windows 8.1 Pro
2014-03-20 01:32:09 -07:00
cgohlke
1adf30b701 TST: fix failing BMP tests on Windows 2014-03-20 01:16:31 -07:00
Alastair Houghton
fea6811af0 Merged wiredfool's changes. 2014-03-19 14:58:47 +00:00
Alastair Houghton
f1b79ec5c0 Really added the tests this time. 2014-03-19 12:17:14 +00:00
Alastair Houghton
ac8ebccfa6 Added tests and fixed a few bugs that the tests threw up. 2014-03-19 12:16:14 +00:00
Alex Clark
7d712a0f9a Merge branch 'master' of github.com:python-imaging/Pillow 2014-03-17 16:57:21 -04:00
Alex Clark
203f14bb4c Wording 2014-03-17 16:57:03 -04:00
Alex Clark ☺
e81450ece1 Merge pull request #552 from wiredfool/fix-getcolor-rgba
Imagecolor
2014-03-17 16:33:41 -04:00
wiredfool
ed36893ca0 Clarified Test Validity 2014-03-17 13:29:44 -07:00
wiredfool
45ce1e04a7 Docstring/comment fixes [skip ci] ref #534 2014-03-17 13:29:44 -07:00
wiredfool
196a48b4fd added context manager support 2014-03-17 13:17:34 -07:00
Alex Clark
1c4dc75fab Avoid conflicting _expand functions in PIL & MINGW
fixes #538
2014-03-17 10:50:58 -04:00
Alex Clark
d2dfe3b137 Fix manifest 2014-03-17 10:49:39 -04:00
Alex Clark
11ab4018df Add history 2014-03-17 10:41:53 -04:00