Commit Graph

8480 Commits

Author SHA1 Message Date
Hugo
c3ed8cc67e
Fixed ImageDraw arc gaps (#3824)
Fixed ImageDraw arc gaps
2019-05-04 18:50:07 +03:00
Hugo
5090bba463
Merge pull request #3822 from radarhere/tile
Expand GIF to include frames with extents outside the image size
2019-05-04 18:46:49 +03:00
Hugo
3e4b1a91ad
Merge pull request #3814 from radarhere/getimage
Fixed ImageTk getimage
2019-05-04 18:39:29 +03:00
Hugo
ab9a25d623
Merge pull request #3791 from radarhere/int
Fixed bug in decoding large images
2019-05-04 16:15:32 +03:00
Hugo
0ccd887431
Merge pull request #3771 from radarhere/app13
Fixed reading APP13 marker without Photoshop data
2019-05-04 16:10:02 +03:00
Hugo
82d9ea5eac
Merge pull request #3808 from radarhere/imagegrab
Added option to include layered windows in ImageGrab.grab on Windows
2019-05-04 16:00:43 +03:00
Hugo
a879c4c1b5
Merge pull request #3812 from radarhere/mingw
Detect libimagequant when installed by pacman on MingW
2019-05-04 15:58:45 +03:00
Hugo
9077a80e3e
Merge pull request #3787 from radarhere/raqm
Fixed raqm layout bug
2019-05-04 15:57:13 +03:00
Hugo
e20228a60a
Merge pull request #3785 from radarhere/unicode_path
Fixed loading font with non-Unicode path on Windows
2019-05-04 15:55:50 +03:00
Hugo
d7bf918fb4
Document pixel range (#3826)
Document pixel range
2019-05-04 10:31:55 +03:00
Andrew Murray
1d67bf0539 Document pixel range [ci skip] 2019-05-04 16:11:16 +10:00
Hugo
c15dc4d7ca
Document format limitations of ImageStat.Stat.extrema (#3661)
Document format limitations of ImageStat.Stat.extrema
2019-05-03 22:14:14 +03:00
Andrew Murray
21c7fd251c Fixed arc gaps 2019-05-03 23:37:37 +10:00
Andrew Murray
53433419e9
Merge pull request #3801 from kerisquared/rm-pythonh
Remove Python.h where not needed
2019-05-03 07:48:11 +10:00
Andrew Murray
27134340f5 Expand GIF to include frames with extents outside the image size 2019-05-02 19:46:17 +10:00
Andrew Murray
c47792caeb
Merge pull request #3783 from johnthagen/patch-1
Test with the latest pypy/pypy3
2019-05-02 13:41:26 +10:00
Alex Clark
af5c913bbc
Merge pull request #3818 from radarhere/raqm_cmake
Updated raqm-cmake
2019-05-01 10:34:59 -04:00
Andrew Murray
332a9717ce Updated raqm-cmake 2019-05-01 18:00:50 +10:00
Hugo
3efe7bc56b
Test with the latest pypy/pypy3 2019-04-30 13:34:48 +03:00
Andrew Murray
d9a3878937 Fixed ImageTk getimage 2019-04-29 23:43:13 +10:00
Andrew Murray
303465d38a Detect libimagequant when installed by pacman on MingW 2019-04-27 23:05:52 +10:00
Hugo
6d5b8926be
Merge pull request #3809 from radarhere/winbuild
Removed unused file
2019-04-27 10:44:53 +03:00
Andrew Murray
f7973bbef0 Removed unused file 2019-04-26 21:22:42 +10:00
Andrew Murray
70038bd71e Added option to include layered windows in ImageGrab.grab on Windows 2019-04-26 20:09:46 +10:00
Hugo
c23d4233cb
Merge pull request #3805 from radarhere/install_docs
Correct libimagequant installation requirements
2019-04-24 15:38:24 +03:00
Hugo
764a027e28
Merge pull request #3804 from radarhere/imagefont_docs
Improved ImageFont documentation
2019-04-24 10:20:34 +03:00
Andrew Murray
31340bb3c6 Corrected names in documentation 2019-04-24 06:19:17 +10:00
Hugo
9a71c9517e
Apply suggestions from code review
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
2019-04-24 06:16:15 +10:00
Andrew Murray
16ef9e5746 Correct libimagequant installation requirements [ci skip] 2019-04-22 11:34:10 +10:00
Andrew Murray
0557ecbb3e Document class members automatically 2019-04-21 23:28:08 +10:00
Andrew Murray
93b96a6cb8 Improved documentation 2019-04-21 23:27:31 +10:00
Hugo
8ec3ab1731
Update CHANGES.rst 2019-04-20 11:06:53 +03:00
Hugo
c98cf32269
Merge pull request #3794 from radarhere/openjpeg
Updated openjpeg to 2.3.1
2019-04-20 11:06:22 +03:00
Pete Couperus
8473ada61b Remove Python.h where not needed. 2019-04-18 22:48:32 -07:00
Hugo
3d2c52f8c6
Merge pull request #3797 from radarhere/pypy
Updated PyPy to 7.1.1
2019-04-18 22:43:49 +03:00
Andrew Murray
47a06938c8 Added OpenJPEG to Python 3 AppVeyor 2019-04-17 20:55:31 +10:00
Andrew Murray
c6b69c4ab4 Updated PyPy to 7.1.1 2019-04-17 19:56:13 +10:00
Andrew Murray
23b1d13045 Corrected OpenJPEG URL 2019-04-15 18:13:34 +10:00
Andrew Murray
af59955d04 Updated openjpeg to 2.3.1 2019-04-15 18:13:34 +10:00
Andrew Murray
ca1cf59251 Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Hugo
9c4ed695e4
Update CHANGES.rst 2019-04-15 10:11:10 +03:00
Hugo
caf7af6a04
Merge pull request #3790 from radarhere/numpy_bool
Fix numpy bool bug
2019-04-15 09:55:44 +03:00
Hugo
0ab0c9982c
Merge pull request #3793 from WarrenWeckesser/imagecms-util-import
Make import from _util a relative import.
2019-04-14 22:41:27 +03:00
Warren Weckesser
4edfee3118 Make import from _util a relative import. 2019-04-14 14:54:36 -04:00
Andrew Murray
73cb0ce15f Fixed numpy bool bug 2019-04-13 00:25:59 +10:00
Andrew Murray
b742d1511e Fixed raqm layout bug 2019-04-11 15:36:33 +10:00
Andrew Murray
4e6aa7d6d3 Fixed loading font with non-Unicode path on Windows 2019-04-10 07:04:59 +10:00
Andrew Murray
ee063af32f
Merge pull request #3782 from hugovk/update-docs
Document clearly PILLOW_VERSION removal
2019-04-10 07:03:56 +10:00
johnthagen
9cd3081543
Test with the latest pypy/pypy3 2019-04-09 11:08:57 -04:00
Hugo
bf9592aac5 Add explicit removal version 2019-04-09 11:11:14 +03:00