Andrew Murray
|
b965116982
|
Merge pull request #8810 from hugovk/renovate-cron
Replace deprecated Renovate schedule with cron syntax
|
2025-03-11 11:00:29 +11:00 |
|
Hugo van Kemenade
|
a38d4d2583
|
Replace deprecated Renovate schedule with cron syntax
|
2025-03-10 22:44:13 +01:00 |
|
Andrew Murray
|
e946c7b14a
|
Test using _seek to skip frames (#8804)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-06 17:42:10 +02:00 |
|
Andrew Murray
|
5ba72a9b54
|
Merge pull request #8800 from radarhere/path_lists
Allow coords to be sequence of lists
|
2025-03-05 19:15:55 +02:00 |
|
Hugo van Kemenade
|
5e9eea12f3
|
Merge pull request #8803 from radarhere/abstract
Use ABCMeta in classes with abstractmethod
|
2025-03-05 18:15:33 +02:00 |
|
Hugo van Kemenade
|
c23bf05201
|
Merge pull request #8797 from radarhere/pcx
Improved PcxImagePlugin test coverage
|
2025-03-05 18:08:26 +02:00 |
|
Hugo van Kemenade
|
ebdfca329e
|
Merge pull request #8786 from radarhere/openjpeg
Support reading grayscale JPEG2000 images with 4 channels
|
2025-03-05 18:07:20 +02:00 |
|
Hugo van Kemenade
|
00593ff3f8
|
Merge pull request #8780 from radarhere/save_all
Allow encoderconfig and encoderinfo to be set for appended TIFF images
|
2025-03-05 18:04:28 +02:00 |
|
Hugo van Kemenade
|
5f36c9af43
|
Merge pull request #8801 from radarhere/match
Use match argument
|
2025-03-05 17:16:21 +02:00 |
|
Andrew Murray
|
d186a2a8d6
|
Replace NotImplementedError with abstractmethod
|
2025-03-05 21:50:09 +11:00 |
|
Andrew Murray
|
2309f0fa60
|
Inherit classes with abstractmethod from ABC
|
2025-03-05 21:30:24 +11:00 |
|
Andrew Murray
|
7552893792
|
Merge pull request #8799 from hugovk/flake8-pie
Call `startswith`/`endswith` once with a tuple, and `range` without `start=0`
|
2025-03-05 19:12:35 +11:00 |
|
Andrew Murray
|
3607d1ade3
|
Use match argument
|
2025-03-05 00:03:37 +11:00 |
|
Andrew Murray
|
c0b5d013f6
|
Test bad image size and unknown PCX mode
|
2025-03-04 22:19:06 +11:00 |
|
Hugo van Kemenade
|
a2b13cc02a
|
Call startswith/endswith once with a tuple
|
2025-03-03 23:57:40 +02:00 |
|
Hugo van Kemenade
|
e4cac21044
|
Don't use start=0 in range()
|
2025-03-03 23:57:40 +02:00 |
|
Hugo van Kemenade
|
1f4beb4a5c
|
Lint with flake8-pie
|
2025-03-03 23:57:40 +02:00 |
|
Andrew Murray
|
c7ed097dd1
|
Merge pull request #8783 from radarhere/bdf
Improved BdfFontFile test coverage
|
2025-03-04 08:29:33 +11:00 |
|
Andrew Murray
|
5ce8929ed4
|
Updated test name
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2025-03-04 07:48:12 +11:00 |
|
Hugo van Kemenade
|
5187b54235
|
Merge pull request #8795 from python-pillow/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
2025-03-03 20:40:28 +02:00 |
|
Hugo van Kemenade
|
0c9a3a7019
|
Merge pull request #8770 from radarhere/harfbuzz
Updated harfbuzz to 10.4.0
|
2025-03-03 19:17:41 +02:00 |
|
pre-commit-ci[bot]
|
c1703f5330
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.9)
- [github.com/PyCQA/bandit: 1.8.2 → 1.8.3](https://github.com/PyCQA/bandit/compare/1.8.2...1.8.3)
- [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.1...0.31.2)
- [github.com/woodruffw/zizmor-pre-commit: v1.3.0 → v1.4.1](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.3.0...v1.4.1)
- [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.5.0...v2.5.1)
|
2025-03-03 17:15:48 +00:00 |
|
Hugo van Kemenade
|
4efc096c7d
|
Merge pull request #8788 from radarhere/jpeg_comment
JPEG comments are from the COM marker
|
2025-03-03 18:47:21 +02:00 |
|
Hugo van Kemenade
|
721a2fe3b1
|
Merge pull request #8792 from radarhere/xmp
Corrected exif_transpose error when XMP is tuple
|
2025-03-03 18:44:55 +02:00 |
|
Hugo van Kemenade
|
7700293438
|
Merge pull request #8793 from radarhere/gd
Fixed loading GD images
|
2025-03-03 18:43:03 +02:00 |
|
Hugo van Kemenade
|
a4f5feaf74
|
Merge pull request #8794 from radarhere/outline
Image.core.outline will no longer raise an AttributeError
|
2025-03-03 18:19:30 +02:00 |
|
Hugo van Kemenade
|
4e550d47f3
|
Merge pull request #8791 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.15.0
|
2025-03-03 18:10:42 +02:00 |
|
Hugo van Kemenade
|
1a62ef9855
|
Merge pull request #8782 from radarhere/imagetk
Removed ImageTk._show
|
2025-03-03 18:08:13 +02:00 |
|
Hugo van Kemenade
|
17c7beffd8
|
Merge branch 'main' into harfbuzz
|
2025-03-03 17:41:34 +02:00 |
|
Hugo van Kemenade
|
8e8b94ada4
|
Merge pull request #8764 from radarhere/libpng
Updated libpng to 1.6.47
|
2025-03-03 17:40:33 +02:00 |
|
Hugo van Kemenade
|
04438f46fd
|
Merge pull request #8742 from radarhere/lcms2
Updated lcms2 to 2.17
|
2025-03-03 17:40:24 +02:00 |
|
Hugo van Kemenade
|
f89952cb04
|
Merge pull request #8778 from radarhere/mingw
Revert "Do not install libimagequant"
|
2025-03-03 17:38:47 +02:00 |
|
Hugo van Kemenade
|
989a35830b
|
Merge pull request #8773 from radarhere/eof
_seek_check already raises an EOFError
|
2025-03-03 17:36:24 +02:00 |
|
Hugo van Kemenade
|
7145057ef8
|
Merge pull request #8767 from radarhere/ftex
Only set mode when necessary in FtexImagePlugin
|
2025-03-03 17:35:36 +02:00 |
|
Hugo van Kemenade
|
952d6e9a61
|
Merge pull request #8766 from radarhere/ftex_test
Improved FtexImagePlugin test coverage
|
2025-03-03 17:35:03 +02:00 |
|
Andrew Murray
|
a1a467bda2
|
Image.core.outline will no longer raise an AttributeError
|
2025-03-03 23:55:19 +11:00 |
|
Andrew Murray
|
51183c2204
|
Fixed loading images
|
2025-03-03 21:58:29 +11:00 |
|
Andrew Murray
|
4161bb1645
|
Corrected error when XMP is tuple
|
2025-03-03 19:10:55 +11:00 |
|
Andrew Murray
|
d6272297fc
|
Ignore override
|
2025-03-03 14:48:00 +11:00 |
|
renovate[bot]
|
2d97521aa3
|
Update dependency mypy to v1.15.0
|
2025-03-03 02:38:52 +00:00 |
|
Andrew Murray
|
92cc9bf902
|
Support reading grayscale images with 4 channels
|
2025-03-03 08:46:20 +11:00 |
|
Andrew Murray
|
ebc7a17d86
|
Removed _show
|
2025-03-03 07:24:13 +11:00 |
|
Hugo van Kemenade
|
5d52ede584
|
Merge pull request #8789 from hugovk/wheels-pypy3.11
Build PyPy3.11 wheel for macOS 10.15 x86_64
|
2025-03-02 14:34:23 +02:00 |
|
Andrew Murray
|
c60682af67
|
JPEG comments are from the COM marker
|
2025-03-02 22:34:58 +11:00 |
|
Hugo van Kemenade
|
db4534a8cf
|
Build PyPy3.11 wheel for macOS 10.15 x86_64
|
2025-03-02 12:00:46 +02:00 |
|
Andrew Murray
|
bcdb688233
|
Merge pull request #8785 from python-pillow/renovate/cibuildwheel-2.x
Update dependency cibuildwheel to v2.23.0
|
2025-03-02 09:11:34 +11:00 |
|
renovate[bot]
|
397f8c752b
|
Update dependency cibuildwheel to v2.23.0
|
2025-03-01 20:50:23 +00:00 |
|
Andrew Murray
|
ff4f5d4cb6
|
Test ValueError
|
2025-03-01 21:41:30 +11:00 |
|
Andrew Murray
|
d6b94421d0
|
Updated harfbuzz to 10.4.0
|
2025-03-01 11:37:49 +11:00 |
|
Andrew Murray
|
5c93145061
|
Allow encoderconfig and encoderinfo to be set for appended TIFF images
|
2025-02-28 22:16:52 +11:00 |
|