Commit Graph

7545 Commits

Author SHA1 Message Date
Hugo
48dda53c12
Merge pull request #3163 from radarhere/fillcolor
Fixed transform fillcolor argument when image mode is RGBA or LA
2018-06-14 09:25:00 +03:00
Hugo
a5bbd7655a
Merge pull request #3158 from radarhere/exception
More specific Exception testing
2018-06-14 09:22:17 +03:00
Hugo
956432ecdf
Merge pull request #3170 from jdufresne/doc-py3
Update Python 2 doc URLs to Python 3
2018-06-12 12:32:43 +03:00
Andrew Murray
a73dcf42ad Corrected argument name in documentation 2018-06-12 04:42:25 +10:00
Andrew Murray
ae2ffb8a05 Fixed transform fillcolor argument when image mode is RGBA or LA 2018-06-12 04:41:46 +10:00
Andrew Murray
9a3d554c1d Changed Exception tests to be more specific 2018-06-12 04:41:31 +10:00
Andrew Murray
62c870f5cf Fixed raising of no exception 2018-06-12 04:41:31 +10:00
Hugo
8be7de809c For commands which do not have a built in retry feature, use the travis_retry function to retry it up three times if the return code is non-zero 2018-06-11 21:16:00 +03:00
Hugo
948e30396e
Merge pull request #3175 from hugovk/temp-no-pip-cache-mingw
Temporarily use --no-cache-dir for pip on mingw32
2018-06-11 19:49:15 +03:00
Hugo
6346c693e8 Temporarily use --no-cache-dir for pip on mingw32 2018-06-11 17:31:00 +03:00
Jon Dufresne
01c06ad6c6 Update Python 2 doc URLs to Python 3
Python 3 docs are more actively maintained and are the future.
2018-06-09 21:04:34 -07:00
Andrew Murray
531f7dac90 Added PR numbers in CHANGES [ci skip] 2018-06-09 14:20:36 +10:00
Andrew Murray
39683665c2 Fixed typo [ci skip] 2018-06-09 14:09:55 +10:00
Andrew Murray
ccf267c6f0 Updated URL [ci skip] 2018-06-09 10:27:03 +10:00
Hugo
a8e8bd6637
Merge pull request #3144 from thijstriemstra/patch-1
Add raspbian stretch to supported platforms
2018-06-08 17:55:50 +03:00
Andrew Murray
15a4aaec7c Improved Image.transform documentation [ci skip] 2018-06-08 22:04:13 +10:00
Hugo
02f99c5889
Merge pull request #3155 from radarhere/legacy_api_test
Corrected test
2018-06-06 17:00:52 +03:00
Andrew Murray
5ef5a3c9b2 Corrected test 2018-06-06 22:34:09 +10:00
Hugo
b5357c4e37
Merge pull request #3149 from radarhere/super
Removed unnecessary init method
2018-06-04 15:38:30 +03:00
Andrew Murray
1947d65c7b Removed unnecessary init method 2018-06-03 16:43:30 +10:00
Hugo
f1704a6f21
Merge pull request #3151 from radarhere/psdraw
Corrected argument name in documentation
2018-06-01 14:33:07 +03:00
Andrew Murray
30b292c6d8 Corrected argument name in documentation 2018-06-01 20:18:41 +10:00
Hugo
e2127a6d60 Test ImageDraw2.ellipse 2018-05-31 15:11:50 +03:00
Hugo
67e5540021 Skip font tests when ImageFont not available 2018-05-31 15:11:50 +03:00
Hugo
9050b47169 Not in this version, not in any version 2018-05-31 15:11:50 +03:00
Hugo
031c4d937f Test ImageDraw2 2018-05-31 15:11:50 +03:00
Hugo
33972b8452
Update CHANGES.rst 2018-05-31 09:07:05 +03:00
Hugo
e514a60d82
Merge pull request #3148 from radarhere/hsv
Added getrgb HSB/HSV color strings
2018-05-31 09:05:08 +03:00
Andrew Murray
3d82672404 Added getrgb hsb color string 2018-05-31 06:14:29 +10:00
Andrew Murray
b50f63430f Added getrgb hsv color string 2018-05-31 06:13:22 +10:00
Matt
d2854f3925 Add unit tests for alpha fill color fix 2018-05-30 15:05:58 +01:00
Hugo
06efe1826b
Update CHANGES.rst 2018-05-30 14:27:18 +03:00
Hugo
312abf7c1a
Merge pull request #3146 from radarhere/imagecolor
Allow float values in getrgb HSL color string
2018-05-30 14:26:27 +03:00
Matt
f0c4a436f3 Fix transform fill color for alpha images 2018-05-30 12:14:54 +01:00
Andrew Murray
adda3b7473 Allow float values in getrgb hsl color string 2018-05-30 21:00:44 +10:00
Thijs Triemstra
e67849dc09
add raspbian stretch to supported platforms 2018-05-29 15:47:20 +02:00
Andrew Murray
821862c401 If a Qt version is already imported, attempt to use it first 2018-05-29 21:21:53 +10:00
Andrew Murray
e06e2777bc Corrected PR number [ci skip] 2018-05-27 21:41:09 +10:00
Andrew Murray
85cb8eee8b Corrected PR number [ci skip] 2018-05-27 21:39:26 +10:00
Hugo
ce8d2b5d1a
Update CHANGES.rst 2018-05-27 13:14:15 +03:00
Hugo
924465ccb0
Merge pull request #3141 from radarhere/readme
Fixed typo
2018-05-27 13:13:41 +03:00
Andrew Murray
8d8d00f304 Changed ellipse point calculations to be more evenly distributed 2018-05-27 15:32:22 +10:00
Andrew Murray
ed6cb7da5b Fixed typo 2018-05-27 12:30:41 +10:00
Hugo
61693f43de
Merge pull request #3140 from radarhere/winbuild
Updated winbuild python versions
2018-05-26 08:44:37 +03:00
Andrew Murray
4d7fa5f115 Updated winbuild python versions 2018-05-25 19:49:14 +10:00
Hugo
efa045a755
Update CHANGES.rst 2018-05-24 17:57:43 +03:00
Hugo
c46566cc6e
Merge pull request #3133 from hugovk/upgrade-appveyor-to-pypy-6.0.0
AppVeyor: upgrade to PyPy 6.0.0
2018-05-24 17:19:41 +03:00
Hugo
07b657203d
Update CHANGES.rst 2018-05-18 15:23:51 +03:00
Hugo
f60a26c0da
Merge pull request #3136 from radarhere/libjpeg
Updated libjpeg to 9c
2018-05-18 15:23:11 +03:00
Andrew Murray
3bbd0a5810 Fixed saving a multiframe image as a single frame PDF 2018-05-18 22:15:45 +10:00