Hugo van Kemenade
5baace9eb7
Merge pull request #7702 from nulano/deprecate-cms-constants
2024-01-11 10:51:21 +02:00
Andrew Murray
71ba20bb19
Shortened table description
2024-01-09 13:47:21 +01:00
Andrew Murray
1e8a03cd2d
Link to Python enum documentation
2024-01-09 13:47:21 +01:00
Andrew Murray
931821688c
Added release notes
2024-01-09 12:22:25 +11:00
Andrew Murray
208a34c079
Merge branch 'main' into deprecate-cms-constants
2024-01-09 07:15:41 +11:00
Hugo van Kemenade
b1f549f60c
Merge pull request #7696 from nulano/pfm
2024-01-08 19:22:53 +02:00
Nulano
586e774094
add PFM support to release notes
2024-01-08 17:35:01 +01:00
Nulano
bddfebc331
add license comment to ImageCms; explicitly say "no replacement" for deprecations without a replacement
2024-01-08 12:57:23 +01:00
Nulano
edc46e223b
document ImageCms deprecations
2024-01-08 01:27:41 +01:00
Nulano
26b2aa5165
document ImageCms.{ImageCmsProfile,Intent,Direction}; fix ImageCms.core.CmsProfile references
...
(cherry picked from commit f2b1bbcf65b327c14646d4113302e3df59555110)
2024-01-01 21:40:41 +01:00
Andrew Murray
d93a5ad70b
Merge pull request #7553 from bgilbert/jpeg-rgb
...
Add `keep_rgb` option when saving JPEG to prevent conversion of RGB colorspace
2024-01-01 23:55:37 +11:00
Andrew Murray
59100652b6
Added type hints to ImageTransform
2024-01-01 20:33:34 +11:00
Andrew Murray
ea4fde8443
Merge branch 'main' into update-release-notes
2024-01-01 19:05:13 +11:00
Hugo van Kemenade
c7a1ce16ad
Merge pull request #7670 from radarhere/releasenotes
...
Added release notes for #7589 and #7654
2024-01-01 10:04:12 +02:00
Andrew Murray
ca94dae26b
Merge branch 'main' into update-release-notes
2024-01-01 19:03:59 +11:00
Hugo van Kemenade
c08426b834
Apply suggestions from code review
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-01 10:02:22 +02:00
Andrew Murray
f6aa00dd1e
Added release notes for #7654
2024-01-01 17:00:50 +11:00
Andrew Murray
1c183827e4
Added release notes for #7589
2024-01-01 16:47:37 +11:00
Andrew Murray
8676cbd4e7
Do not try and crop glyphs from outside of source ImageFont image
2024-01-01 16:13:24 +11:00
Andrew Murray
9bcd477058
Use consistent language
2024-01-01 14:19:16 +11:00
Hugo van Kemenade
129a4936d3
Update docs/releasenotes/10.2.0.rst
...
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
2023-12-31 09:53:59 -07:00
Hugo van Kemenade
2825323e84
Release notes: add ImageColor and ImageMode optimisations, and type hints
2023-12-31 17:48:31 +02:00
Nulano
aa605bc6f2
document IptcImagePlugin deprecations
2023-12-31 17:41:13 +02:00
Andrew Murray
2ec53e36e9
Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask()
2023-12-31 23:17:28 +11:00
Andrew Murray
557ba59d13
Include further builtins
2023-12-30 09:30:12 +11:00
Benjamin Gilbert
e2018a6697
Add release note for JPEG keep_rgb option
...
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2023-12-26 12:37:44 -06:00
Benjamin Gilbert
e1fb1ab5c4
Deprecate raise_oserror() for removal in Pillow 12
...
It's only useful if the caller has an IMAGING_CODEC_* error code, which
are only produced by codec decode() methods and are automatically
translated by ImageFile.
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2023-12-13 02:17:32 -06:00
Benjamin Gilbert
ec17dc11ba
Translate encoder error codes to strings
...
When decoding, we use raise_oserror() to convert codec error codes to
strings. Adapt that code to be used when encoding as well. Add a new
helper function that returns the exception so we can still raise
`from exc`.
2023-12-12 23:13:51 -06:00
Andrew Murray
9e5173846e
Updated wording
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-12-08 21:04:15 +11:00
Andrew Murray
c45b7590ad
Added release notes for #7488
2023-12-08 19:20:48 +11:00
Andrew Murray
5c560ca1a9
Added release notes for #7491
2023-12-08 19:20:43 +11:00
Andrew Murray
43a4477cd9
Added release notes for #7584 and #7587
2023-12-08 19:20:37 +11:00
Andrew Murray
afae56829a
Added release notes for #7599 and #7593
2023-12-07 20:54:30 +11:00
Andrew Murray
d1a2235413
Added tilde prefix
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-12-06 21:23:26 +11:00
Andrew Murray
00c6a89177
Link to plugin
2023-12-06 11:10:20 +11:00
Andrew Murray
66c5e9ae98
Added release notes
2023-12-05 19:31:33 +11:00
Andrew Murray
8cbd0b5fe0
Docs: link exceptions to Python docs
2023-11-05 12:18:38 +11:00
Andrew Murray
38be37c5f9
Merge branch 'main' into docs-link-exceptions
2023-11-03 22:29:33 +11:00
Hugo van Kemenade
5339c1cf63
Add CVE-2023-44271 to ImageFont.MAX_STRING_LENGTH fix in release notes
2023-11-03 11:59:37 +02:00
Hugo van Kemenade
ca74a5ea42
Docs: link exceptions to Python docs
2023-11-01 20:18:25 +02:00
Hugo van Kemenade
ac6eb84704
Add 'pypi' Sphinx role
2023-10-30 08:56:42 +02:00
Andrew Murray
d682c18ded
Use "gray" more consistently
2023-10-19 19:12:01 +11:00
Hugo van Kemenade
286028d263
Wording
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-10-16 08:05:26 +03:00
Hugo van Kemenade
daf1ce78ed
Add Python 3.12 to Pillow 10.1.0 release notes
2023-10-15 18:57:14 +03:00
Andrew Murray
f50c713583
Move #7307 from "Backwards Incompatible Changes" to "API Changes"
2023-10-15 16:17:45 +11:00
Andrew Murray
c2d50881ee
Added documentation
2023-10-14 11:01:57 +11:00
Hugo van Kemenade
810f5f06c4
Merge branch 'main' into cover
2023-10-13 23:42:06 +02:00
Andrew Murray
82bcedb860
Added release notes for #7392
2023-10-07 15:02:24 +11:00
Andrew Murray
0d7fb401e0
Added release notes for #7358
2023-10-07 14:50:11 +11:00
Andrew Murray
2d5421f28f
Added release notes for #7336
2023-10-07 14:48:35 +11:00