Commit Graph

18738 Commits

Author SHA1 Message Date
Yay295
3ccecd91ce convert eps using pnmraw instead of ppmraw
This lets Ghostscript choose the best device to use (pbmraw, pgmraw, ppmraw) based on the image data.
2024-09-30 08:23:27 -05:00
Yay295
283b41afa0 test 1.eps size and data 2024-09-30 08:23:26 -05:00
Yay295
6fe4375f28 move eps test images to their own folder
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-09-30 08:23:26 -05:00
Andrew Murray
c6b08ef32c Update CHANGES.rst [ci skip] 2024-09-30 22:13:24 +10:00
Hugo van Kemenade
c5835fe86b
Merge pull request #8427 from radarhere/appveyor 2024-09-30 14:53:20 +03:00
Hugo van Kemenade
4f965289e1
Merge pull request #8429 from radarhere/macos 2024-09-30 14:52:12 +03:00
Hugo van Kemenade
0314bb3331
Merge pull request #8408 from radarhere/fli 2024-09-30 14:50:54 +03:00
Andrew Murray
42ad42c174
Merge branch 'main' into resize_i16 2024-09-30 19:50:26 +10:00
Andrew Murray
a99361a38f Raise an error if path is compacted during mapping 2024-09-30 19:50:08 +10:00
Andrew Murray
851449edfc Free memory on early return 2024-09-30 19:49:13 +10:00
Andrew Murray
fc65e437cf Prevent division by zero 2024-09-30 19:48:53 +10:00
Andrew Murray
cc0b6b9de9 Cast int before potentially exceeding INT_MAX 2024-09-30 19:47:52 +10:00
Hugo van Kemenade
7e6e08ea6a
Merge pull request #8428 from radarhere/cifuzz 2024-09-30 12:37:12 +03:00
Andrew Murray
b94c5c5e34 Updated macOS tested Pillow versions 2024-09-30 19:32:21 +10:00
Andrew Murray
7a62c788ed Updated tested Python versions 2024-09-30 19:15:40 +10:00
Andrew Murray
21ab53e0c0 Updated test environment documentation 2024-09-30 12:38:13 +10:00
Hugo van Kemenade
3beac54715
Merge pull request #8425 from python-pillow/renovate/github-actions
Update scientific-python/upload-nightly-action action to v0.6.0
2024-09-29 11:28:16 +00:00
renovate[bot]
3a734b5d4b
Update scientific-python/upload-nightly-action action to v0.6.0 2024-09-29 05:19:39 +00:00
mergify[bot]
c6e07d0272
Merge pull request #8400 from radarhere/geometry
Check image value before use
2024-09-28 23:07:00 +00:00
Hugo van Kemenade
e9f831d3db
Merge branch 'main' into geometry 2024-09-28 15:45:39 -07:00
Andrew Murray
ed143f5fec Update CHANGES.rst [ci skip] 2024-09-29 06:40:50 +10:00
Hugo van Kemenade
a89b3d53ff
Merge pull request #8424 from radarhere/harfbuzz 2024-09-28 09:06:25 -07:00
Hugo van Kemenade
58ef920771
Merge pull request #8420 from radarhere/libimagequant_lib64 2024-09-28 09:05:51 -07:00
Andrew Murray
e976096c2e Allow libimagequant shared library path to change 2024-09-28 20:39:04 +10:00
Andrew Murray
30fca7a1d6 Install meson through pip 2024-09-28 18:38:45 +10:00
Hugo van Kemenade
25592b634e
Merge pull request #8423 from radarhere/lint 2024-09-27 23:50:06 -07:00
Andrew Murray
d33270ab51 Set default resize sampling for I;16* images to BICUBIC 2024-09-28 15:35:42 +10:00
Andrew Murray
2e73ffe703 Exclude multibuild from black and ruff 2024-09-28 15:29:09 +10:00
Andrew Murray
e306546bf1 Use ruff check 2024-09-28 15:16:33 +10:00
Andrew Murray
04a00d273c Support all resampling filters when resizing I;16* images 2024-09-28 14:27:40 +10:00
Andrew Murray
bda62c1ac5 Revert "Temporarily disable cifuzz"
This reverts commit 3146940716.
2024-09-28 12:32:44 +10:00
Hugo van Kemenade
86b42a95d8
Merge pull request #8421 from radarhere/harfbuzz 2024-09-27 16:02:50 -07:00
Andrew Murray
485a062010 Update CHANGES.rst [ci skip] 2024-09-27 23:13:03 +10:00
Andrew Murray
fb8db83122 Updated harfbuzz to 10.0.1 on macOS 2024-09-27 17:35:06 +10:00
Andrew Murray
71da6d8952 Downgrade harfbuzz on OSS Fuzz 2024-09-27 16:37:10 +10:00
Andrew Murray
4ca2b92503 Use $IS_ALPINE instead of $MB_ML_LIBC 2024-09-27 14:59:27 +10:00
Alexander Karpinsky
b9d1768561
Catch AttributeError for BitmapImage.__photo
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-26 16:27:55 +04:00
Alexander Karpinsky
d133199391
Merge pull request #8386 from uploadcare/webp-capsule
Use Capsule for WEBP saving
2024-09-26 14:20:50 +04:00
Hugo van Kemenade
23070b721f
Merge pull request #8419 from radarhere/fribidi 2024-09-25 23:52:45 -07:00
Andrew Murray
d8e3572caa Updated fribidi to 1.0.16 2024-09-26 08:52:29 +10:00
Andrew Murray
7cf351cfc5 Added additional test 2024-09-25 20:37:41 +10:00
Andrew Murray
5d16eb73eb Update CHANGES.rst [ci skip] 2024-09-25 19:07:32 +10:00
Andrew Murray
24e9961c4f Support writing LONG8 offsets 2024-09-25 18:45:16 +10:00
Andrew Murray
0a99d63028 Use field size in AppendingTiffWriter 2024-09-25 18:39:39 +10:00
Andrew Murray
3f24276bf2
Merge pull request #8317 from Yay295/tiff_exif_multistrip
Fixed writing multiple StripOffsets to TIFF
2024-09-25 18:38:19 +10:00
Hugo van Kemenade
c1ba2d9eac
Merge pull request #8414 from radarhere/pypy 2024-09-24 18:07:11 -07:00
Hugo van Kemenade
9e48c271c7
Merge pull request #8415 from radarhere/harfbuzz 2024-09-24 18:06:43 -07:00
Andrew Murray
72144ec530 Updated harfbuzz to 10.0.1 2024-09-25 08:33:18 +10:00
Hugo van Kemenade
55a25aa4b1
Merge pull request #8411 from radarhere/harfbuzz 2024-09-24 14:27:33 -07:00
Andrew Murray
61c83a882c Updated macOS version to 10.15 for PyPy x86-64 2024-09-25 00:00:22 +10:00