Andrew Murray
|
a69e477605
|
Corrected indentation
|
2016-05-10 21:35:47 +10:00 |
|
Andrew Murray
|
75a362f7cc
|
Added reference to Pillow to COPYING [ci skip]
|
2016-05-08 22:16:47 +10:00 |
|
Andrew Murray
|
a9b432f9b2
|
Updated example decoder
|
2016-05-08 12:41:02 +10:00 |
|
Andrew Murray
|
da83f9f1d0
|
Removed support for list form of Image info
|
2016-05-07 18:33:02 +10:00 |
|
Andrew Murray
|
8298fcce73
|
Added support for GIF comment extension
|
2016-05-07 13:57:40 +10:00 |
|
rr-
|
d471b35470
|
Fix typo
|
2016-05-06 23:29:53 +02:00 |
|
rr-
|
c5278000c5
|
Skip libimagequant's test if it's unavailable
|
2016-05-06 21:40:18 +02:00 |
|
rr-
|
8b7fb44c6b
|
Make libimagequant visibility detectable
|
2016-05-06 21:06:54 +02:00 |
|
rr-
|
0b4a089321
|
Fix C99 errors inside libimagequant quantizer
|
2016-05-06 20:08:35 +02:00 |
|
rr-
|
0904eb3e27
|
Use specific version of libimagequant
|
2016-05-06 19:30:06 +02:00 |
|
rr-
|
749ecd634e
|
Document libimagequant dependency
|
2016-05-06 19:29:44 +02:00 |
|
rr-
|
cb4ded4929
|
Minor fixes
|
2016-05-06 19:29:42 +02:00 |
|
wiredfool
|
f992192799
|
Updated Changes.rst [ci skip]
|
2016-05-06 17:20:15 +01:00 |
|
wiredfool
|
c9c6c38008
|
Merge pull request #1894 from wiredfool/stdout_for_appveyor
Print stdout in appveyor logs
|
2016-05-06 17:20:04 +01:00 |
|
wiredfool
|
9a4f6482b4
|
Merge pull request #1893 from wiredfool/tiff_check
Skip tests that require libtiff if it is not installed, fixes #1866
|
2016-05-06 17:19:54 +01:00 |
|
wiredfool
|
11fc8a154f
|
Merge pull request #1892 from wiredfool/icc_check
Skip test when icc profile is not available, fixes #1887
|
2016-05-06 17:19:28 +01:00 |
|
wiredfool
|
783fbaeb02
|
Merge pull request #1890 from radarhere/not_implemented
Replaced Exception with NotImplementedError
|
2016-05-06 17:16:00 +01:00 |
|
wiredfool
|
0c97af69bf
|
print stdout as well
|
2016-05-06 09:10:10 -07:00 |
|
wiredfool
|
be2100be7b
|
Skip tests that require libtiff if it is not installed, fixes #1866
|
2016-05-06 09:07:00 -07:00 |
|
wiredfool
|
3926bfb747
|
Skip test when icc profile is not available, fixes #1887
|
2016-05-06 08:58:40 -07:00 |
|
rr-
|
4b260ac369
|
Install libimagequant for Travis build
|
2016-05-06 17:45:08 +02:00 |
|
Andrew Murray
|
be028a0c3f
|
Replaced Exception with NotImplementedError
|
2016-05-06 20:11:03 +10:00 |
|
rr-
|
eb354be7c4
|
Add method=Image.LIBIMAGEQUANT for quantize()
|
2016-05-05 21:39:16 +02:00 |
|
wiredfool
|
44c74c575d
|
Updated Changes.rst [ci skip]
|
2016-05-05 16:34:31 +01:00 |
|
wiredfool
|
8b9b996327
|
Merge pull request #1862 from daniel-leicht/fix-generic-use-of-exception
Deprecated function will no longer raise "Exception" but "NotImplementedError".
|
2016-05-05 16:32:05 +01:00 |
|
wiredfool
|
85386c5ac7
|
Merge pull request #1879 from radarhere/subprocess
Replaced os.system with subprocess.call
|
2016-05-05 16:30:49 +01:00 |
|
wiredfool
|
9c760d3169
|
Merge pull request #1886 from radarhere/imageshow
Corrected Image show documentation
|
2016-05-05 16:30:05 +01:00 |
|
Andrew Murray
|
41b4f1fd81
|
Corrected Image show documentation
|
2016-05-05 19:30:07 +10:00 |
|
Andrew Murray
|
31993b09ec
|
Replaced os.system with subprocess.call
|
2016-05-05 06:36:08 +10:00 |
|
wiredfool
|
8a061218ee
|
Update CHANGES.rst [ci skip]
|
2016-05-03 21:26:01 +01:00 |
|
wiredfool
|
5afa5532f8
|
Merge pull request #1880 from radarhere/access
Added check for executable permissions to ImageShow
|
2016-05-03 21:25:23 +01:00 |
|
wiredfool
|
b3f1db66be
|
Update CHANGES.rst [ci skip]
|
2016-05-03 21:17:56 +01:00 |
|
wiredfool
|
716a1ee833
|
Merge pull request #1877 from radarhere/tutorial
Fixed tutorial code and added explanation
|
2016-05-03 21:16:38 +01:00 |
|
wiredfool
|
7e46a7dda6
|
Merge pull request #1837 from radarhere/imagegrab
Added OS X support for ImageGrab grabclipboard
|
2016-05-03 21:11:53 +01:00 |
|
wiredfool
|
42f7a08ca4
|
Merge pull request #1856 from radarhere/eafp
Combined duplicate code in ImageTk
|
2016-05-03 21:02:08 +01:00 |
|
wiredfool
|
da62f7c25b
|
docs for new setup.py option
|
2016-05-03 20:55:47 +01:00 |
|
wiredfool
|
03576bd744
|
Added --disable-osx-tcltk-framework in setup.py
|
2016-05-03 20:26:58 +01:00 |
|
wiredfool
|
30db2bd0f9
|
Update CHANGES.rst [ci skip]
|
2016-05-03 19:57:56 +01:00 |
|
wiredfool
|
db4b41e78f
|
Merge pull request #1875 from wiredfool/pr_1861
Disable-platform-guessing in setup.py
|
2016-05-03 19:53:09 +01:00 |
|
wiredfool
|
f573f71a6a
|
Update CHANGES.rst [ci skip]
|
2016-05-03 19:51:13 +01:00 |
|
wiredfool
|
a0602fb68c
|
Merge pull request #1882 from wiredfool/pr_1840
Fix Transparency for PNG images
|
2016-05-03 19:51:04 +01:00 |
|
wiredfool
|
b2800b57a7
|
spelling typos
|
2016-05-03 19:46:22 +01:00 |
|
Andrew Murray
|
9f2deda929
|
Added check for executable permissions to ImageShow
|
2016-05-03 20:59:52 +10:00 |
|
Hugo
|
12bd44a6fb
|
Merge pull request #1878 from radarhere/icc
Corrected filename
|
2016-05-03 13:31:33 +03:00 |
|
Andrew Murray
|
abdb848f08
|
Corrected filename [ci skip]
|
2016-05-03 19:23:51 +10:00 |
|
Andrew Murray
|
44c5d0175e
|
Fixed code and added explanation to a tutorial example [ci skip]
|
2016-05-02 18:57:46 +10:00 |
|
Andrew Murray
|
0b515ae3fa
|
Added test for ImageTk _get_image_from_kw
|
2016-05-01 22:19:52 +10:00 |
|
Andrew Murray
|
d82935a2d9
|
Combined duplicate code in ImageTk
|
2016-05-01 20:55:12 +10:00 |
|
wiredfool
|
dd6de1adf1
|
Docs for disable-platform-guessing
|
2016-05-01 11:03:44 +01:00 |
|
wiredfool
|
d7f2698718
|
unnest disable-platform-guessing code
|
2016-05-01 10:57:50 +01:00 |
|