Andrew Murray
5cb736d953
Merge branch 'main' into scale
2024-09-10 20:39:04 +10:00
Andrew Murray
e0845f06d8
Deprecate isImageType
2024-09-10 16:20:52 +10:00
Andrew Murray
a3c7912b98
Merge branch 'main' into scale
2024-09-09 13:22:10 +10:00
Andrew Murray
906f93275e
Merge pull request #8356 from hugovk/deprecate-freetype-2.9.0
...
Deprecate support for FreeType 2.9.0
2024-09-09 13:18:13 +10:00
Hugo van Kemenade
2f13c4588d
Fix underline
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-08 16:17:13 +03:00
Andrew Murray
6231453895
Group 11.0.0 deprecations
2024-09-08 21:53:08 +10:00
Hugo van Kemenade
2c02146cf4
Use type hints and fix CVE role
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-07 12:32:30 +03:00
Hugo van Kemenade
d3c1d99d00
Deprecate support for FreeType 2.9.0
2024-09-06 14:51:30 +03:00
Andrew Murray
94315f87c3
Removed unused IFD_LEGACY_API
2024-09-06 19:13:35 +10:00
Andrew Murray
a6f5f4dd43
Deprecate setting size to (width, height, scale)
2024-09-06 11:42:56 +10:00
Andrew Murray
45552b5b4f
Updated documentation
2024-08-14 18:36:06 +10:00
Andrew Murray
488e1982bd
Added removal version and date
2024-08-01 16:29:46 +10:00
Andrew Murray
e6fd8359d3
Deprecate huffman_ac and huffman_dc
2024-08-01 12:27:45 +10:00
Andrew Murray
10faa5df39
Deprecate lambda_eval and unsafe_eval options argument
2024-07-17 22:08:53 +10:00
Andrew Murray
43cc1e3659
Removed PyAccess and Image.USE_CFFI_ACCESS
2024-07-01 20:31:17 +10:00
Hugo van Kemenade
2a660bbe9f
Remove PSFile class, deprecated in Pillow 9.5.0
2024-07-01 10:58:27 +03:00
Hugo van Kemenade
4d6dff34db
Merge pull request #8031 from radarhere/imagingcms_modes
2024-06-28 04:05:40 -06:00
Hugo van Kemenade
29fa677276
Merge pull request #7963 from radarhere/example
2024-06-25 05:28:29 -06:00
Andrew Murray
eea3ac765c
Deprecate non-image and unsupported modes
2024-06-12 22:44:03 +10:00
Andrew Murray
9f831317fe
Updated text
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-06-10 16:47:18 +10:00
Andrew Murray
e225f9f589
Deprecate ImageDraw.getdraw hints argument
2024-06-10 11:50:13 +10:00
Andrew Murray
49ce63d257
Merge branch 'main' into bgr
2024-04-25 09:13:20 +10:00
Andrew Murray
e144e41879
Updated wording
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-04-22 19:14:23 +10:00
Andrew Murray
023d017da0
Deprecate libtiff < 4
2024-04-22 18:26:20 +10:00
Andrew Murray
d431c97ba3
Deprecate BGR;15, BGR;16 and BGR;24
2024-04-15 19:28:52 +10:00
Andrew Murray
34b3cb519c
Converted example images to WebP
2024-04-10 23:37:38 +10:00
Andrew Murray
f6596d5293
Added release notes and document deprecation
2024-04-01 09:12:22 +03:00
Andrew Murray
cc094caaa4
Merge branch 'main' into imagefont
2024-02-29 22:56:46 +11:00
Andrew Murray
e30298f356
Consistently place versionremoved under heading
2024-02-25 06:53:29 +11:00
Hugo van Kemenade
f11ff462b3
Move outdated installation warnings to 'Deprecations and removals'
2024-02-24 14:53:25 +02:00
Andrew Murray
83433d89a1
Merge pull request #23 from nulano/imagefont
...
Show how to use anchors to align text in ImageFont deprecations
2024-02-20 21:55:07 +11:00
Andrew Murray
64579510c0
Updated alt text
2024-02-20 21:37:06 +11:00
Nulano
7490aee836
Show how to use anchors to align text in imagefont deprecations
2024-02-19 20:18:18 +01:00
Andrew Murray
55d0289a7d
Added image to illustrate size vs bbox
2024-02-19 17:08:21 +11:00
Andrew Murray
617b9cbc00
Describe difference between size and bbox
2024-02-17 11:50:48 +11:00
Andrew Murray
d3b974b786
Use font in ImageDraw examples
2024-02-17 11:19:32 +11:00
Andrew Murray
71ba20bb19
Shortened table description
2024-01-09 13:47:21 +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
Nulano
aa605bc6f2
document IptcImagePlugin deprecations
2023-12-31 17:41:13 +02: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
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
b5ce3193b6
Deprecate Image.USE_CFFI_ACCESS
2023-06-29 08:30:10 +10:00
Andrew Murray
1a185973dd
Mention default behaviour change
2023-06-28 22:00:32 +10:00
Andrew Murray
8a36b0fc2d
Deprecate PyAccess
2023-06-28 20:10:10 +10:00
Andrew Murray
8bbccba825
Updated redirected URL
2023-05-11 08:13:33 +10:00
Andrew Murray
16aa710c78
Updated documentation
2023-04-10 20:14:15 +10:00
Andrew Murray
b2301d70d1
Removed ImageFont.getsize and related functions
2023-04-10 16:56:13 +10:00