Commit Graph

7632 Commits

Author SHA1 Message Date
Hugo
f13c150f00 Hide the Ghostscript progress dialog on Windows 2018-09-26 14:38:33 +03:00
Andrew Murray
7b425a96c1 Update CHANGES.rst [ci skip] 2018-09-26 20:57:01 +10:00
Hugo
78203606b7
Merge pull request #3364 from radarhere/contain
Added ImageOps pad method
2018-09-26 13:54:26 +03:00
Andrew Murray
1c47313658 Update CHANGES.rst [ci skip] 2018-09-26 20:26:00 +10:00
Hugo
83d40f52b3
Merge pull request #3359 from bz2/i16_getextrema
Give correct extrema for I;16 format images
2018-09-26 13:17:31 +03:00
Hugo
1b9a1c7ed7
Merge pull request #3279 from radarhere/pyside2
Added PySide2
2018-09-26 13:16:31 +03:00
Andrew Murray
b09b43d8b2 Added ImageOps pad method 2018-09-26 20:07:46 +10:00
Andrew Murray
d4000a8f72
Merge pull request #3355 from radarhere/freetype_version
Removed unnecessary line
2018-09-26 06:36:05 +10:00
Andrew Murray
6d52cd2db8 Update CHANGES.rst [ci skip] 2018-09-25 06:16:52 +10:00
Andrew Murray
1fca4142c3
Merge pull request #3369 from radarhere/tiff_tags
Corrected TIFF tags
2018-09-25 06:14:13 +10:00
Andrew Murray
b535d78fd8 Update CHANGES.rst [ci skip] 2018-09-23 17:25:21 +10:00
Andrew Murray
0c37491201 Corrected tags 2018-09-23 17:22:16 +10:00
Andrew Murray
efcb11029c
Merge pull request #3374 from hugovk/fix-py2.4
CI: Install CFFI and pycparser without any PYTHONOPTIMIZE
2018-09-23 17:21:12 +10:00
Hugo
3775aad9f1 Move PYTHONOPTIMIZE to Python versions which have two jobs 2018-09-21 13:31:16 +03:00
Hugo
b5ca36902f Install CFFI without any PYTHONOPTIMIZE 2018-09-21 13:06:17 +03:00
Hugo
253443bf20
Merge pull request #3368 from radarhere/svn_checkout
Retry svn checkout on failure up to 3 times
2018-09-21 11:48:57 +03:00
Andrew Murray
da4440c1cb
Merge pull request #3370 from python-pillow/fix-docstring-typo
Fix docstring typo
2018-09-21 06:38:22 +10:00
Hugo
ed4de6cb62
Fix docstring typo
If we `import numpy as np`, use `np` not `numpy`
2018-09-20 15:27:30 +03:00
Andrew Murray
2666fa0098 Retry svn checkout on failure up to 3 times 2018-09-20 19:52:56 +10:00
Andrew Murray
2858825771
Merge pull request #3362 from hugovk/rm-ttb-docs
Docs: 'btt' (bottom to top) is not supported by libraqm
2018-09-19 20:00:12 +10:00
Martin Packman
0b3036454c Give correct extrema for I;16 format images
Currently gives None for a 16 bit greyscale image rather than the
true min and max values in the 0-65536 range. The internal
ImagingGetProjection function already supports I;16 but the
_getextrema needs to know to unpack the result.
2018-09-18 13:48:12 +01:00
Hugo
4c47628900
Merge pull request #3365 from radarhere/pacman
Create pacman package cache directory
2018-09-18 15:46:20 +03:00
Andrew Murray
fe236fe732 Create pacman package cache directory 2018-09-18 21:47:10 +10:00
Andrew Murray
15603fd79d
Merge pull request #3361 from python-pillow/add-version-prompts
Issue template: add prompts for versions
2018-09-18 20:51:01 +10:00
Hugo
292fa6120e 'btt' (bottom to top) is not supported by libraqm 2018-09-18 13:41:55 +03:00
Hugo
7da1cc2338
Reword 2018-09-18 13:10:34 +03:00
Hugo
dd5f370a39
Issue template: add prompts for versions
[CI skip]
2018-09-18 09:40:16 +03:00
Hugo
c570ee3ba1
Update CHANGES.rst 2018-09-17 12:08:08 +03:00
Hugo
521ae77bb9
Merge pull request #3298 from kkopachev/webp-rgb
Read/save RGB webp as RGB (instead of RGBX)
2018-09-17 12:05:07 +03:00
Hugo
73c305d4d5
Merge pull request #3333 from jdufresne/debug-print
Clean up commented out debug print statements
2018-09-17 11:56:19 +03:00
Hugo
68717f4a28
Update CHANGES.rst 2018-09-16 16:11:46 +03:00
Hugo
c371f08175
Merge pull request #3250 from radarhere/joints
Added line joints
2018-09-16 16:10:41 +03:00
Andrew Murray
53acbfc4d5 Added versionadded [ci skip] 2018-09-16 22:30:11 +10:00
Andrew Murray
f3842460ba Added line joints 2018-09-16 21:29:09 +10:00
Hugo
74f5007bf1
Merge pull request #3356 from jdufresne/nose
Remove additional references to nose tests
2018-09-16 12:26:20 +03:00
Andrew Murray
b8b51f8ddf Update CHANGES.rst [ci skip] 2018-09-16 12:50:33 +10:00
Andrew Murray
7b4040f991
Merge pull request #3294 from yo1995/perfperf-improv-ImageDraw-floodfill
Performance improvement of ImageDraw.floodfill()
2018-09-16 12:46:50 +10:00
Jon Dufresne
4503735df7 Remove additional references to nose tests 2018-09-15 12:29:11 -07:00
Hugo
140606dd00
Merge pull request #3353 from radarhere/duplicate
Simplified duplicate code
2018-09-15 15:29:17 +03:00
Andrew Murray
d8dfc6fc1c Removed unnecessary line 2018-09-15 07:29:21 +10:00
Andrew Murray
e94878c8a8 Simplified duplicate code 2018-09-15 06:26:40 +10:00
Andrew Murray
bd069ae1ab
Merge pull request #3348 from radarhere/patch-1
From KeyError to ValueError when saving image
2018-09-11 19:38:14 +10:00
Giovanni Cavallin
e5160bd373 From KeyError to ValueError when saving image
When saving an image, if the extension is not determined it raises a ValueError (while internally it manages a KeyError) so I propose this change
2018-09-11 19:32:47 +10:00
Andrew Murray
37f0e9595c Update CHANGES.rst [ci skip] 2018-09-10 21:10:11 +10:00
Hugo
a61cf12421
Merge pull request #3272 from hsoft/parallel-builds
Fix builds with --parallel
2018-09-10 13:06:18 +03:00
Andrew Murray
cb8613ad2a Update CHANGES.rst [ci skip] 2018-09-10 19:43:40 +10:00
Andrew Murray
dd2698f00e
Merge pull request #3335 from uploadcare/more-tiff-modes
Add more raw Tiff modes (RGBaX, RGBaXX, RGBAX, RGBAXX)
2018-09-10 19:42:09 +10:00
Alexander
a95e57af46 Wrong raw mode for YCbCr with two extra channels 2018-09-08 18:21:02 +03:00
Andrew Murray
d71eacd769 Update CHANGES.rst [ci skip] 2018-09-08 23:39:57 +10:00
Hugo
9a420fc6ca
Merge pull request #3341 from radarhere/webp_fp
Close existing WebP fp before setting new fp
2018-09-08 16:36:57 +03:00