Andrew Murray
|
bf65544d2e
|
Updated harfbuzz to 4.3.0
|
2022-05-21 10:15:00 +10:00 |
|
Ray Gardner
|
882c04b08a
|
Merge pull request #1 from radarhere/comment_use_gif89a
Simplified version check
|
2022-05-20 11:50:17 -06:00 |
|
Andrew Murray
|
5cb007fdf1
|
Update CHANGES.rst [ci skip]
|
2022-05-21 00:07:12 +10:00 |
|
Hugo van Kemenade
|
33f00c9ca8
|
Merge pull request #6231 from radarhere/bmp_compression
Ignore compression value from BMP info dictionary when saving as TIFF
|
2022-05-20 16:18:15 +03:00 |
|
Andrew Murray
|
7c031e9279
|
Clarified sentence [ci skip]
|
2022-05-20 19:30:50 +10:00 |
|
Andrew Murray
|
533c907329
|
Updated example in light of #3203
|
2022-05-20 19:21:12 +10:00 |
|
Andrew Murray
|
3efe34463e
|
Clarified that LZW encoding is always used for GIFs [ci skip]
|
2022-05-20 19:10:51 +10:00 |
|
Andrew Murray
|
89f5a7d5af
|
Update CHANGES.rst [ci skip]
|
2022-05-20 08:51:57 +10:00 |
|
Hugo van Kemenade
|
fbb74a6050
|
Merge pull request #6234 from radarhere/font_variant
If font is file-like object, do not re-read from object to get variant
|
2022-05-19 23:30:44 +03:00 |
|
Hugo van Kemenade
|
2c58c3ee11
|
Merge pull request #6213 from radarhere/fp
|
2022-05-19 18:52:55 +03:00 |
|
Andrew Murray
|
5246a179e0
|
Update CHANGES.rst [ci skip]
|
2022-05-19 21:07:21 +10:00 |
|
Andrew Murray
|
80782bba9b
|
Merge pull request #6254 from benrg/affine-transform
Support more affine expression forms in im.point()
|
2022-05-19 21:06:04 +10:00 |
|
Andrew Murray
|
138bd280e4
|
Added check to test_comment as well
|
2022-05-19 20:59:32 +10:00 |
|
Andrew Murray
|
98329354e0
|
Simplified version check
|
2022-05-19 20:59:16 +10:00 |
|
Hugo van Kemenade
|
6bb408c962
|
Merge pull request #6306 from radarhere/jammy
Upgrade non-amd64 Ubuntu jobs to Jammy
|
2022-05-18 07:12:20 +03:00 |
|
Andrew Murray
|
69e07c2bf9
|
Upgrade non-amd64 Ubuntu jobs to Jammy
|
2022-05-18 10:11:52 +10:00 |
|
Andrew Murray
|
ddc7591ef2
|
Merge pull request #6305 from hugovk/make-sdist
Include 'twine check' in 'make sdist'
|
2022-05-18 09:27:33 +10:00 |
|
Hugo van Kemenade
|
77aad732d1
|
Ensure twine is installed
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-05-18 01:11:31 +03:00 |
|
Hugo van Kemenade
|
385af47cf1
|
Include 'twine check' in 'make sdist'
|
2022-05-17 22:47:01 +03:00 |
|
Hugo van Kemenade
|
ef8cec6185
|
Merge pull request #6256 from radarhere/furthestV
Ensure that furthest v is set in quantize2
|
2022-05-17 20:04:50 +03:00 |
|
Andrew Murray
|
1a286627b4
|
Skip test_realloc_overflow unless libtiff 4.0.4 or higher
|
2022-05-17 13:17:01 +03:00 |
|
Andrew Murray
|
43e2ee0433
|
Added release notes for 9.1.1
|
2022-05-17 13:15:42 +03:00 |
|
Andrew Murray
|
f0353c5996
|
When reading past the end of a scan line, reduce bytes left
|
2022-05-17 11:53:24 +03:00 |
|
Andrew Murray
|
c7f5b4c2da
|
Documented deprecation
|
2022-05-17 17:31:18 +10:00 |
|
Andrew Murray
|
62c7ee0f00
|
Only try to connect discontiguous corners at the end of edges
|
2022-05-16 22:31:49 +10:00 |
|
Andrew Murray
|
b9a5944058
|
Added pytest-timeout to test dependencies
|
2022-05-16 08:56:45 +10:00 |
|
Ray Gardner
|
6257e788ad
|
Update test_file_gif.py
Changed to use a test image already in Images folder
|
2022-05-14 11:57:41 -06:00 |
|
pre-commit-ci[bot]
|
416de882e4
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-05-14 15:36:54 +00:00 |
|
mergify[bot]
|
638ba163f4
|
Merge pull request #6296 from Yulv-git/typos1
Fix some typos
|
2022-05-14 10:00:50 +00:00 |
|
Yulv-git
|
a0fa540b0b
|
Fix some typos.
|
2022-05-14 12:46:46 +08:00 |
|
Hugo van Kemenade
|
0805f2ae14
|
Merge pull request #6295 from radarhere/openjpeg
|
2022-05-14 07:33:53 +03:00 |
|
Andrew Murray
|
815839631e
|
Updated openjpeg to 2.5.0
|
2022-05-14 10:11:42 +10:00 |
|
Ray Gardner
|
22d9095e5c
|
Correct placement of GIF comment
Place GIF comment after Global Color table. Should go after "NETSCAPE" looping extension after pull #6211.
|
2022-05-13 17:09:37 -06:00 |
|
Ray Gardner
|
44c6467400
|
Multiple GIF comments in a frame are separated
If more than one comment is in a GIF frame, separate them with \r\n in the info dict.
|
2022-05-13 16:36:20 -06:00 |
|
Ray Gardner
|
b3d29e946a
|
Always use GIF89a for long comments
Fix bug that allows GIFs with long comments to be written as GIF87a.
|
2022-05-13 11:33:33 -06:00 |
|
Hugo van Kemenade
|
c4325c805e
|
Merge pull request #5878 from DWesl/add-cygwin-to-ci
|
2022-05-12 14:23:04 +03:00 |
|
DWesl
|
30db27c3aa
|
CI: Only invoke bash once for build step.
Let's see if this works.
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
|
2022-05-11 08:01:02 -04:00 |
|
DWesl
|
63cd3cb76b
|
Merge pull request #9 from radarhere/add-cygwin-to-ci
Added Cygwin badge
|
2022-05-10 15:26:36 -04:00 |
|
Hugo van Kemenade
|
9c580ce649
|
Merge pull request #6286 from radarhere/fedora
|
2022-05-10 18:31:27 +03:00 |
|
Hugo van Kemenade
|
b2b294bbfa
|
Merge pull request #6284 from radarhere/xfail
Replaced test image to fix xfail
|
2022-05-10 14:14:20 +03:00 |
|
Andrew Murray
|
1dff85a7ee
|
Added Fedora 36
|
2022-05-10 20:57:36 +10:00 |
|
Andrew Murray
|
3bce17175c
|
Replaced test image to fix xfail
|
2022-05-09 22:30:04 +10:00 |
|
Andrew Murray
|
18e1005fbf
|
Update CHANGES.rst [ci skip]
|
2022-05-09 21:35:28 +10:00 |
|
Hugo van Kemenade
|
5e0e1e4114
|
Merge pull request #6283 from radarhere/palette
Populate Python palette in fromarray()
|
2022-05-09 14:32:34 +03:00 |
|
Andrew Murray
|
ef8fd7f8b9
|
Populate Python palette in fromarray()
|
2022-05-09 18:50:54 +10:00 |
|
Andrew Murray
|
0c7868b8cd
|
Added Cygwin badge
|
2022-05-08 21:40:46 +10:00 |
|
Andrew Murray
|
035e95551d
|
Use build.sh
|
2022-05-08 21:38:28 +10:00 |
|
Andrew Murray
|
c919db11a8
|
Install cffi
|
2022-05-08 21:38:21 +10:00 |
|
Hugo van Kemenade
|
134023796e
|
Merge pull request #6280 from radarhere/macos
Updated macOS tested Pillow versions
|
2022-05-07 17:52:50 +03:00 |
|
Andrew Murray
|
c6cdd4dd52
|
Adjust formatting
|
2022-05-07 23:13:41 +10:00 |
|