Commit Graph

1941 Commits

Author SHA1 Message Date
mergify[bot]
488589b4b6
Merge pull request #6381 from nulano/deprecate-getsize
Deprecate ImageFont.getsize and related functions
2022-07-01 13:10:14 +00:00
Andrew Murray
4ca99f7454 Install furo if it is not available 2022-07-01 19:51:29 +10:00
Andrew Murray
729fe6f8b0 Updated indentation 2022-07-01 19:45:36 +10:00
nulano
a37c21e136
document planned removal date for ImageFont deprecations and release notes 2022-06-30 15:29:09 +02:00
nulano
ad5271d62f
Document replacements for individual deprecated font methods 2022-06-30 15:03:55 +02:00
Andrew Murray
65020e7c7c Documented deprecation in individual methods 2022-06-30 15:03:12 +02:00
nulano
7691231aa7
Fix heading in deprecations.rst 2022-06-30 14:51:29 +02:00
nulano
9957e0b0d7
link to ImageDraw2 in deprecations and release notes 2022-06-30 14:38:20 +02:00
Andrew Murray
3c0b8763ab Added documentation and release notes 2022-06-30 14:23:22 +02:00
Andrew Murray
3b8e195db2 Added release notes for #6402 2022-06-30 18:58:38 +10:00
Hugo van Kemenade
31bed8cfcc Docs: remove redundant search page from table of contents 2022-06-29 09:49:14 +03:00
Andrew Murray
463d18191a Document use of gnome-screenshot 2022-06-13 10:16:30 +10:00
Andrew Murray
70a060e765 Document apply_transparency() 2022-06-11 22:31:07 +10:00
Hugo van Kemenade
3b2f076b6f Fix WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English). 2022-06-04 09:38:06 +03:00
Andrew Murray
b9df9662d6 Include #6178 in release notes 2022-06-03 19:01:36 +10:00
Hugo van Kemenade
8bffead473
Merge pull request #6316 from radarhere/macos
Updated macOS tested Pillow versions
2022-05-30 13:59:34 +03:00
Andrew Murray
0a4a7722b5 Updated libtiff to 4.4.0 2022-05-28 18:37:11 +10:00
Andrew Murray
c8529b60de Added EMF and SUN [ci skip] 2022-05-28 00:13:50 +10:00
Andrew Murray
9188c81e5f Once a GIF comment is loaded, it is kept for subsequent frames 2022-05-24 08:50:51 +10:00
Andrew Murray
7921e19a27 Updated macOS tested Pillow versions [ci skip] 2022-05-21 15:10:08 +10: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
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
69e07c2bf9 Upgrade non-amd64 Ubuntu jobs to Jammy 2022-05-18 10:11:52 +10:00
Andrew Murray
43e2ee0433 Added release notes for 9.1.1 2022-05-17 13:15:42 +03:00
Andrew Murray
c7f5b4c2da Documented deprecation 2022-05-17 17:31:18 +10: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
Andrew Murray
815839631e Updated openjpeg to 2.5.0 2022-05-14 10:11:42 +10:00
Hugo van Kemenade
c4325c805e
Merge pull request #5878 from DWesl/add-cygwin-to-ci 2022-05-12 14:23:04 +03:00
Andrew Murray
1dff85a7ee Added Fedora 36 2022-05-10 20:57:36 +10:00
Andrew Murray
0c7868b8cd Added Cygwin badge 2022-05-08 21:40:46 +10:00
Andrew Murray
740695e802 Updated macOS tested Pillow versions 2022-05-07 22:29:18 +10:00
DWesl
2067f60409 STY: Commit suggestions from PR review. 2022-05-05 15:21:22 -04:00
Andrew Murray
a90d9666fb libjpeg-turbo may result in different pixels 2022-05-03 19:20:58 +10:00
DWesl
afa3cea96a
Merge branch 'main' into add-cygwin-to-ci 2022-04-29 10:43:30 -04:00
Hugo van Kemenade
f4d2082a27
Fix for RST rendering
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-29 10:33:49 +03:00
Hugo van Kemenade
b4dab3aca3 Test Python 3.11-dev 2022-04-28 23:15:38 +03:00
Andrew Murray
5da5cafb31 Added all_frames() to documentation 2022-04-26 20:33:29 +10:00
Andrew Murray
bcded33cee
Merge pull request #6195 from hugovk/cleanup
Cleanup: various
2022-04-26 18:51:44 +10:00
Hugo van Kemenade
2f2cb6724e
Merge pull request #6235 from Iniquitatis/patch-1
Fixed enum typo
2022-04-26 08:36:46 +03:00
Andrew Murray
5fc64efb7a Merge remote-tracking branch 'radarhere/typo' into patch-1 2022-04-26 08:00:35 +10:00
Andrew Murray
853a95d56b
Merge branch 'main' into add-cygwin-to-ci 2022-04-25 11:00:09 +10:00
Andrew Murray
9490509784
Merge pull request #6237 from hugovk/deprecate-qt5
Deprecate support for Qt 5 (PyQt5 and PySide2)
2022-04-25 10:03:35 +10:00
Hugo van Kemenade
f854d7f7c9 Deprecate support for Qt 5 (PyQt5 and PySide2). Use Qt 6 (PyQt6 or PySide6) instead. 2022-04-22 15:56:11 +03:00
Andrew Murray
a7438ecaf0 Added Ubuntu 22.04 to Docker jobs 2022-04-22 17:35:20 +10:00
Andrew Murray
21c91c1a36 Fixed typo [ci skip] 2022-04-22 08:46:27 +10:00
Dominus Iniquitatis
9145c778ec
Fixed a typo in 9.1.0 changelog 2022-04-22 01:20:34 +03:00
Ray Gardner
b01a2effd2 Update image-file-formats.rst
Correct encoding of GIF files from run-length to LZW.
2022-04-19 13:40:56 -06:00