homm
|
1a6c6b1250
|
tests for icc profile in png
|
2016-05-12 20:31:54 +03:00 |
|
homm
|
989e162ff6
|
save icc profile from encoderinfo
|
2016-05-12 20:28:42 +03:00 |
|
wiredfool
|
55b2c3bca5
|
Add more detail to the appveyor test runs
|
2016-05-12 05:52:29 -07:00 |
|
hugovk
|
9e38643a5c
|
Include Python.h before wchar.h so _GNU_SOURCE is set consistently
|
2016-05-11 14:23:51 +03:00 |
|
Hugo
|
547794157c
|
Update CHANGES.rst [CI skip]
|
2016-05-10 17:38:02 +03:00 |
|
Hugo
|
55e70da265
|
Merge pull request #1903 from radarhere/health
Landscape health fixes
|
2016-05-10 17:36:48 +03:00 |
|
Andrew Murray
|
95c818b643
|
Added missing usage text and exit on Scripts
|
2016-05-11 00:35:37 +10:00 |
|
Andrew Murray
|
6f94974595
|
Do not start Tk if only to exit
|
2016-05-11 00:29:39 +10:00 |
|
Andrew Murray
|
6bd42b8e00
|
Removed unused import
|
2016-05-10 23:10:44 +10:00 |
|
Andrew Murray
|
6475530f65
|
Removed use of eval
|
2016-05-10 23:07:16 +10:00 |
|
Andrew Murray
|
b1a528bf10
|
Changed variable names to avoid redefining builtins
|
2016-05-10 22:31:36 +10:00 |
|
Andrew Murray
|
6de51536c4
|
Replaced mixed tabs and spaces with spaces
|
2016-05-10 22:23:23 +10:00 |
|
Andrew Murray
|
e51061dd59
|
Used isinstance instead of comparing types
|
2016-05-10 22:21:55 +10:00 |
|
Andrew Murray
|
63ae7fbfe9
|
Removed unnecessary lambdas
|
2016-05-10 22:20:49 +10:00 |
|
Andrew Murray
|
a69e477605
|
Corrected indentation
|
2016-05-10 21:35: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 |
|