Commit Graph

14608 Commits

Author SHA1 Message Date
Andrew Murray
89d2cdfcfa Fixed warning that nLeft is set but not used 2023-03-31 22:30:36 +11:00
Andrew Murray
59d67fa68a Only call PyTuple_Check once in getink 2023-03-31 21:59:06 +11:00
Andrew Murray
d84e227204 Fixed warning that variable may be uninitialized 2023-03-31 21:52:37 +11:00
Hugo van Kemenade
93afedfa27
Merge pull request #7049 from radarhere/numpy 2023-03-31 13:40:20 +03:00
Andrew Murray
485532c1f3 Mention available pixel types when converting from NumPy 2023-03-31 21:00:28 +11:00
Andrew Murray
e95b55acd4 Document loss of palette when converting to NumPy 2023-03-31 20:48:14 +11:00
Hugo van Kemenade
f191666a91
Merge pull request #6999 from radarhere/null
Handle failure from PyDict_New or PyList_New
2023-03-31 08:32:13 +03:00
Andrew Murray
1f0573f2d6 Update CHANGES.rst [ci skip] 2023-03-31 06:38:10 +11:00
Hugo van Kemenade
d850ac7a58
Merge pull request #7044 from radarhere/ldconfig 2023-03-30 17:38:15 +03:00
Andrew Murray
c3364a4245 Do not use absolute path for ldconfig 2023-03-30 16:55:18 +11:00
Andrew Murray
448ab0a687
Call FT_Done_MM_Var when returning early
Co-authored-by: Ondrej Baranovič <3819630+nulano@users.noreply.github.com>
2023-03-30 14:36:58 +11:00
Andrew Murray
7632d8df36 Do not DECREF individual list items, reverting grouping 2023-03-30 12:35:07 +11:00
Andrew Murray
0ea1184bcf
Free additional variables
Co-authored-by: Ondrej Baranovič <3819630+nulano@users.noreply.github.com>
2023-03-30 07:54:01 +11:00
Hugo van Kemenade
e945437195
Merge pull request #6947 from nulano/winbuild-ninja 2023-03-29 17:04:14 +03:00
Hugo van Kemenade
39cdcde605
Merge pull request #6912 from radarhere/universal2 2023-03-29 16:45:13 +03:00
Andrew Murray
d7dd44dde0 Update CHANGES.rst [ci skip] 2023-03-29 23:46:06 +11:00
Andrew Murray
f8be09612d
Merge pull request #6903 from joshware/jp2k_options
Support custom comments and PLT markers when saving JPEG2000 images
2023-03-29 23:43:54 +11:00
Andrew Murray
6d3c1985e0 Assert false instead of raising an error 2023-03-29 22:20:57 +11:00
Andrew Murray
9a7a448219 Increase similiarity between test_plt_marker and _parse_comment 2023-03-29 20:14:29 +11:00
Andrew Murray
2f66d2d6a1 Changed maximum comment length to 65531 2023-03-29 19:25:35 +11:00
Andrew Murray
598216fb46 OpenJPEG 2.4.0 or later is required for PLT markers 2023-03-29 19:25:14 +11:00
Andrew Murray
7d6ff23e1f
Renamed "add_plt" to "plt"
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-28 07:32:30 +11:00
Andrew Murray
a7df096d1b Added release notes 2023-03-27 22:39:01 +11:00
Andrew Murray
1fd189164c Renamed "add_plt" to "plt" 2023-03-27 22:38:29 +11:00
Andrew Murray
9035e0d6c8 Merge branch 'radarhere/jp2k_options' into jp2k_options 2023-03-26 23:03:44 +11:00
Andrew Murray
bdcc6333b6
Update CHANGES.rst [ci skip] 2023-03-26 08:34:42 +11:00
Hugo van Kemenade
1ff0fb4472
Merge pull request #7034 from radarhere/array_interface 2023-03-25 19:16:53 +02:00
Hugo van Kemenade
20293e1f76
Merge pull request #7010 from radarhere/bgr32 2023-03-25 17:45:47 +02:00
Andrew Murray
d5d830dd00 Merge branch 'main' into bgr32 2023-03-25 23:45:48 +11:00
Andrew Murray
a236c272a8 Added release notes 2023-03-25 23:41:27 +11:00
Hugo van Kemenade
346ccfc660
Merge pull request #7036 from radarhere/choco 2023-03-25 09:48:09 +02:00
Andrew Murray
5e7c1801e0 Install Ghostscript using Chocolatey 2023-03-25 11:32:22 +11:00
Andrew Murray
4e0ac449a5
Merge pull request #7035 from python-pillow/renovate/github-actions
Update actions/stale action to v8
2023-03-24 16:27:18 +11:00
renovate[bot]
ce1acb9a75
Update actions/stale action to v8 2023-03-24 03:50:20 +00:00
Andrew Murray
311ab716e0 Update CHANGES.rst [ci skip] 2023-03-24 09:48:25 +11:00
Andrew Murray
7c3fd25433 Allow saving bytes as comments 2023-03-24 09:45:51 +11:00
Hugo van Kemenade
745f540f0e
Merge pull request #7018 from radarhere/apng 2023-03-23 14:56:47 +02:00
Hugo van Kemenade
3d4a6f7d17
Merge pull request #6996 from radarhere/webp 2023-03-23 14:53:21 +02:00
Andrew Murray
d3923f7142 Use reading of comments to test saving comments 2023-03-23 17:53:35 +11:00
Andrew Murray
6a931861fe Load before getting size in __array_interface__ 2023-03-23 10:12:18 +11:00
Andrew Murray
415455d01b Update CHANGES.rst [ci skip] 2023-03-23 09:05:09 +11:00
Andrew Murray
176b2a2000 Merge branch 'master' into jp2k_options 2023-03-23 08:57:20 +11:00
Hugo van Kemenade
31e8e012bb
Merge pull request #6909 from radarhere/jp2_comment 2023-03-22 23:54:55 +02:00
Andrew Murray
dc79a09d62 Merge branch 'main' into null 2023-03-22 18:56:52 +11:00
Hugo van Kemenade
e7fa3091a0
Merge pull request #7003 from radarhere/reference_count
Decrement reference count
2023-03-22 08:05:17 +02:00
Andrew Murray
7700840240
Merge pull request #7016 from hugovk/docs-replace-sphinx-issues
Docs: Replace dependency sphinx-issues with builtin sphinx.ext.extlinks
2023-03-22 16:24:53 +11:00
Andrew Murray
9ef65b051a
Merge pull request #19 from nulano/reference-count 2023-03-22 13:14:57 +11:00
Andrew Murray
adae44da0d Update CHANGES.rst [ci skip] 2023-03-22 09:10:47 +11:00
nulano
e1d0a96404
remove unused version value 2023-03-21 22:05:27 +00:00
nulano
1a11ba662c
do not insert null into dict 2023-03-21 22:05:26 +00:00