Andrew Murray
|
84238bd459
|
Merge branch 'main' into types/fromarray
|
2024-04-07 08:32:48 +10:00 |
|
Andrew Murray
|
84a02c851a
|
Merge pull request #7944 from nulano/type-image-open
Add type hints for `Image.open`, `Image.init`, and `Image.Image.save`
|
2024-04-07 08:31:55 +10:00 |
|
Andrew Murray
|
48b270590c
|
accept returns bool or str
|
2024-04-06 18:31:08 +02:00 |
|
Hugo van Kemenade
|
06b71f714f
|
Merge pull request #7947 from radarhere/jpeg2000_cmyk
|
2024-04-06 16:24:39 +03:00 |
|
Andrew Murray
|
1c2a323a90
|
Corrected variable name
|
2024-04-05 23:35:12 -05:00 |
|
Andrew Murray
|
c61a481028
|
Support reading CMYK JPEG2000 images
|
2024-04-06 13:40:39 +11:00 |
|
Nulano
|
819e1b9dd2
|
add type hints for Image.save
|
2024-04-04 23:38:50 +02:00 |
|
Nulano
|
8c14a394c1
|
add type hints for Image.open and Image.init
|
2024-04-04 20:01:24 +02:00 |
|
Andrew Murray
|
e85a84baa7
|
Added SupportsArrayInterface
|
2024-04-03 20:00:40 +11:00 |
|
Adam J. Stewart
|
5d19151cd3
|
Python 3.10+
|
2024-04-02 17:56:52 +02:00 |
|
pre-commit-ci[bot]
|
8a63980e39
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-04-02 15:53:42 +00:00 |
|
Adam J. Stewart
|
37ed8c337d
|
Try type comment
|
2024-04-02 17:53:11 +02:00 |
|
pre-commit-ci[bot]
|
8e47a6f2c8
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-04-02 15:46:28 +00:00 |
|
Adam J. Stewart
|
4915f19b13
|
fromarray: add type hints
|
2024-04-02 17:45:06 +02:00 |
|
Yay295
|
7a9b57ce08
|
remove mode properties from CmsTransform interface
|
2024-04-01 10:16:23 -05:00 |
|
Yay295
|
8e96748aea
|
correct property names in method documentation
|
2024-04-01 09:40:39 -05:00 |
|
Hugo van Kemenade
|
2f28ebbb6d
|
10.4.0.dev0 version bump
|
2024-04-01 15:35:42 +03:00 |
|
Hugo van Kemenade
|
5c89d88eee
|
10.3.0 version bump
|
2024-04-01 12:22:36 +03:00 |
|
mergify[bot]
|
cac6ffa7b3
|
Merge pull request #7927 from python-pillow/imagemath
Deprecate eval(), replacing it with lambda_eval() and unsafe_eval()
|
2024-04-01 08:23:16 +00:00 |
|
Hugo van Kemenade
|
f5eeeacf75
|
Name as 'options' in lambda_eval and unsafe_eval, but '_dict' in deprecated eval
|
2024-04-01 09:35:49 +03:00 |
|
pre-commit-ci[bot]
|
8f3860c29b
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-04-01 06:17:03 +00:00 |
|
mergify[bot]
|
835ca1b789
|
Merge pull request #7924 from hugovk/image-type-hints
Add type hints to `Image.py`
|
2024-04-01 06:16:16 +00:00 |
|
Andrew Murray
|
a7e82cbe9a
|
Removed "In the current version"
|
2024-04-01 09:12:04 +03:00 |
|
Andrew Murray
|
27b10c4bd8
|
Deprecate eval(), replacing it with lambda_eval() and unsafe_eval()
|
2024-04-01 09:11:59 +03:00 |
|
Hugo van Kemenade
|
da13358245
|
Merge pull request #7883 from radarhere/tiff
Raise ValueError if seeking to greater than offset-sized integer in TIFF
|
2024-04-01 08:46:05 +03:00 |
|
Hugo van Kemenade
|
7c5d0b9284
|
Add type hints
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-31 23:44:27 -06:00 |
|
Hugo van Kemenade
|
008b28eb0c
|
Add type hints
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-31 23:20:11 -06:00 |
|
Andrew Murray
|
b7d0908dc5
|
Increase use of bytearrays to improve loading speed
|
2024-04-01 15:31:44 +11:00 |
|
Andrew Murray
|
badc92079d
|
Do not cast to bytes for set_as_raw()
|
2024-04-01 15:24:40 +11:00 |
|
Andrew Murray
|
f69168523e
|
Do not calculate destination length each time
|
2024-04-01 15:24:10 +11:00 |
|
Hugo van Kemenade
|
b6c755df32
|
Add type hints
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
|
2024-03-31 22:05:16 +03:00 |
|
Andrew Murray
|
46b0b0e57d
|
Merge branch 'main' into types-cms2
|
2024-03-31 07:22:40 +11:00 |
|
Hugo van Kemenade
|
a6c7a04c00
|
Merge pull request #7856 from radarhere/docs
Corrected exiv2.org links
|
2024-03-30 22:19:57 +02:00 |
|
Hugo van Kemenade
|
a4e5dc219c
|
Merge pull request #7818 from nulano/bugreport
|
2024-03-30 11:13:02 +02:00 |
|
Nulano
|
c4114adc41
|
use Flags not Flags|int
|
2024-03-30 09:14:48 +01:00 |
|
Nulano
|
5355af0ddd
|
use SupportsFloat instead of float in _imagingcms.pyi
|
2024-03-30 09:11:15 +01:00 |
|
Ondrej Baranovič
|
7e71621671
|
Update src/PIL/features.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-30 08:13:44 +01:00 |
|
Nulano
|
aef7ccda3a
|
use SupportsRead instead of BinaryIO
|
2024-03-28 18:35:20 +01:00 |
|
Nulano
|
d3665ea0ea
|
fix lint
|
2024-03-28 18:20:32 +01:00 |
|
Nulano
|
afd6e1fa29
|
import _imagingcms as core
|
2024-03-28 17:23:54 +01:00 |
|
Nulano
|
21566ebcdc
|
add type hints to pyCms functions in ImageCms
|
2024-03-28 17:23:54 +01:00 |
|
Nulano
|
a1a687c261
|
add type hints to ImageCms.get_display_profile
|
2024-03-28 17:23:54 +01:00 |
|
Nulano
|
0630ef061f
|
add type hints for ImageCms.{ImageCmsProfile,ImageCmsTransform}
|
2024-03-28 17:23:54 +01:00 |
|
Nulano
|
e7eea5ea30
|
add type hints to _imagingcms
|
2024-03-28 17:23:49 +01:00 |
|
Hugo van Kemenade
|
c2904b83b5
|
Merge pull request #7884 from radarhere/mpo
|
2024-03-28 18:13:57 +02:00 |
|
Hugo van Kemenade
|
d734c8b702
|
Merge pull request #7888 from radarhere/convert_rgb
|
2024-03-28 18:11:12 +02:00 |
|
Hugo van Kemenade
|
6464d5cf91
|
Merge pull request #7894 from radarhere/fits_gzip
|
2024-03-28 18:09:55 +02:00 |
|
Hugo van Kemenade
|
fac81d6228
|
Merge pull request #7905 from radarhere/current
|
2024-03-27 11:10:24 +02:00 |
|
Andrew Murray
|
6ca8bfb253
|
Merge pull request #7897 from hugovk/flake8-pyi
Type hints: Add PYI (flake8-pyi) to Ruff and fix errors
|
2024-03-27 19:58:53 +11:00 |
|
Hugo van Kemenade
|
73bf04474f
|
enum can't be None
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-27 10:35:28 +02:00 |
|