Andrew Murray
1a6b0bb6b5
Removed documentation of unused argument
2024-05-25 19:30:20 +10:00
Andrew Murray
804fe7bbf8
Do not read layers when opening
2024-05-23 17:50:50 +10:00
Andrew Murray
2dedeef832
Support unpacking more rawmodes to RGBA palette
2024-05-22 20:05:07 +10:00
Andrew Murray
33e304ed66
Use @cached_property
2024-05-22 19:43:00 +10:00
Andrew Murray
05402f0e30
Merge branch 'main' into hdr
2024-05-22 07:42:23 +10:00
Andrew Murray
4639a71fdd
Merge branch 'main' into type_hint
2024-05-22 07:21:09 +10:00
Andrew Murray
3308a056bf
Merge branch 'main' into possible_formats
2024-05-21 23:22:36 +10:00
Andrew Murray
c0ee645d0d
Merge branch 'main' into type-annotations
2024-05-21 22:44:03 +10:00
Andrew Murray
0f1a0fc501
Improved consistency of XMP handling
2024-05-20 23:11:50 +10:00
Andrew Murray
fb21c50fb6
Restore original thread state
2024-05-20 07:42:28 +10:00
Andrew Murray
82910a5e4f
Lint fixes
2024-05-19 22:00:45 +10:00
Andrew Murray
22b64ffcf2
Merge pull request #8015 from hugovk/pre-commit-clang
...
Add ClangFormat to pre-commit
2024-05-19 16:27:30 +10:00
Andrew Murray
f3b1f19fe1
Merge branch 'main' into possible_formats
2024-05-19 14:47:00 +10:00
Andrew Murray
de06d517e1
Merge branch 'main' into type_hint
2024-05-19 14:46:16 +10:00
Hugo van Kemenade
c6fb36ff36
Merge pull request #8064 from radarhere/mingw
...
Fix type errors
2024-05-18 07:18:39 -04:00
Sebastian Rittau
b2316f46cb
Use just str
for _string_length_check
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-18 11:22:57 +02:00
Andrew Murray
8a3a72e51d
Added type hints
2024-05-18 16:06:50 +10:00
Andrew Murray
2a703a2d4c
Removed continue
2024-05-17 08:04:20 +10:00
Andrew Murray
3062ec4dd2
Fix type errors
2024-05-16 22:55:03 +10:00
Andrew Murray
1036aa74a7
Added Image.WARN_POSSIBLE_FORMATS
2024-05-16 17:47:35 +10:00
Andrew Murray
73a3e4938c
Merge branch 'main' into type-annotations
2024-05-15 21:48:41 +10:00
Andrew Murray
e419fd7ab4
Added type hints
2024-05-15 20:19:09 +10:00
Andrew Murray
b15ce5a4bc
Do not detect Ultra HDR images as MPO
2024-05-13 21:51:16 +10:00
Andrew Murray
a8d154877d
Added type hints
2024-05-13 18:47:51 +10:00
Andrew Murray
82c87c4adf
Merge branch 'main' into pre-commit-clang
2024-05-13 12:39:47 +10:00
Hugo van Kemenade
0c8be38878
Merge pull request #7999 from radarhere/accept
...
Added MPEG accept function
2024-05-11 23:02:51 +03:00
Hugo van Kemenade
5e48d54769
Merge pull request #7984 from radarhere/modes
...
Added more modes to Image.MODES
2024-05-11 23:01:42 +03:00
Sebastian Rittau
6d6dfd176c
Revert unnecessary formatting change
2024-05-11 10:46:20 +02:00
Sebastian Rittau
6310280428
Move an import behind the TYPE_CHECKING flag
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-11 10:44:52 +02:00
Andrew Murray
18b87c8515
Added type hints
2024-05-11 10:48:09 +10:00
Hugo van Kemenade
bfbe339ae3
Merge pull request #8045 from radarhere/strings
2024-05-10 18:44:37 +03:00
Sebastian Rittau
431fe0dcc8
Rename protocol to SupportsGetData
2024-05-10 11:46:35 +02:00
Andrew Murray
b2ce2f6ec4
Merge branch 'main' into type_hints
2024-05-09 08:58:03 +10:00
Andrew Murray
ce8dedadfd
Merge branch 'main' into modes
2024-05-08 22:11:50 +10:00
Sebastian Rittau
bb8718e581
Hopefully the last Python 3.8 instance :/
2024-05-08 12:54:44 +02:00
Sebastian Rittau
296050f382
More Python 3.8 compatibility
2024-05-08 12:26:45 +02:00
Sebastian Rittau
7ae8d37138
Make GetDataTransform
public
2024-05-08 12:14:59 +02:00
Sebastian Rittau
ef35d79264
Python 3.8 compatibility
2024-05-08 12:14:37 +02:00
Andrew Murray
c6a3f0fdd8
Merge branch 'main' into accept
2024-05-08 18:45:10 +10:00
Andrew Murray
58ee112a9a
Merge branch 'main' into type_hint
2024-05-08 18:04:02 +10:00
Andrew Murray
ed0867abec
Set stream length for later use
2024-05-08 06:30:43 +10:00
Sebastian Rittau
d63caf266d
Various fixes
2024-05-07 15:59:20 +02:00
Sebastian Rittau
d44e9fccb1
Various fixes
2024-05-07 14:53:26 +02:00
pre-commit-ci[bot]
1aa3886ed7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-05-07 12:34:02 +00:00
Sebastian Rittau
c92f59d758
Add various type annotations
2024-05-07 14:30:34 +02:00
Andrew Murray
b17f1e507b
Use f-strings
2024-05-07 14:01:08 +10:00
pre-commit-ci[bot]
71b8d99b36
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-05-04 19:27:45 +00:00
mrKazzila
984c2e7f30
chore: update __repr__ for PdfName
2024-05-04 19:26:22 +03:00
mrKazzila
74063feadc
chore: add f-string formatting
2024-05-04 19:21:49 +03:00
Andrew Murray
6036d81d97
Added type hints
2024-05-04 20:51:54 +10:00
Nulano
007caae02a
Merge remote-tracking branch 'origin/type_hints' into type_hints
2024-04-30 16:33:02 +02:00
Nulano
c2cb944514
Ignore incorrect mypy warning
2024-04-30 16:32:44 +02:00
Nulano
74b87ae748
Move import to top of file
2024-04-30 16:32:29 +02:00
Andrew Murray
7d62c306cc
Merge branch 'main' into pre-commit-clang
2024-04-30 21:34:41 +10:00
Andrew Murray
a304fd5f41
Merge branch 'main' into type_hints
2024-04-30 19:41:34 +10:00
Nulano
5f805c39cc
Added type hints for PixelAccess methods and others
2024-04-29 23:52:51 +02:00
Andrew Murray
2250fbeb9a
Added type hints
2024-04-29 20:25:11 +10:00
Andrew Murray
996c053d89
Change comment style
2024-04-28 22:49:56 +10:00
Hugo van Kemenade
5597f618a3
Change comment style
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-04-28 02:49:42 -06:00
Andrew Murray
fd8c6a6295
Do not indent goto labels
2024-04-28 13:51:32 +10:00
Cees Timmerman
8cc48b24fe
Update ExifTags.py
...
Fixed typo. No other instances in this repo.
2024-04-26 17:17:44 +02:00
Andrew Murray
f56a2c9b7e
Merge branch 'main' into bgr
2024-04-26 07:11:04 +10:00
Hugo van Kemenade
1138ea5370
Merge pull request #7921 from Yay295/testing
...
Fix ImagingAccess for I;16N on big-endian
2024-04-25 21:36:38 +03:00
pre-commit-ci[bot]
1420e72566
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-04-25 18:08:54 +00:00
Hugo van Kemenade
c0cb417a44
Add semicolons to fix indent
2024-04-25 21:08:24 +03:00
pre-commit-ci[bot]
617e7295a8
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-04-25 12:51:24 +00:00
Andrew Murray
bbd5a87e60
Combined conditions
2024-04-25 16:16:33 +10:00
Andrew Murray
49ce63d257
Merge branch 'main' into bgr
2024-04-25 09:13:20 +10:00
Hugo van Kemenade
1fc1179ed5
Merge pull request #8008 from radarhere/convert
...
Simplified RGB to I;16, I;16L and I;16B conversion
2024-04-25 00:00:15 +03:00
Hugo van Kemenade
98e3f591d4
Merge pull request #8006 from Yay295/patch-4
...
Extract band count check
2024-04-24 07:25:37 +03:00
Andrew Murray
46b85e6ab4
Simplified code
2024-04-24 11:02:56 +10:00
Yay295
eee53ba664
extract band count check
2024-04-23 13:06:22 -05:00
Yay295
b9307f08d1
remove unused variable
2024-04-23 12:02:25 -05:00
Yay295
4a4eb0f3ee
remove semicolon after function definition
2024-04-23 01:08:42 -05:00
Hugo van Kemenade
02915c778e
Merge pull request #7996 from radarhere/tiff_px
2024-04-22 17:10:44 +03:00
Andrew Murray
2e1d2b2029
Updated deprecation message
2024-04-22 19:15:38 +10:00
Andrew Murray
023d017da0
Deprecate libtiff < 4
2024-04-22 18:26:20 +10:00
Andrew Murray
f690b7f691
Added MPEG accept function
2024-04-22 13:39:35 +10:00
Andrew Murray
4171435db4
Added more modes
2024-04-22 09:23:41 +10:00
Andrew Murray
d5c1ff4b43
Removed type hint ignores
2024-04-22 09:23:10 +10:00
Andrew Murray
bb2411dd01
Support reading P mode TIFF images with padding
2024-04-22 08:11:45 +10:00
Andrew Murray
98a0515494
Read images as RGB, rather than RGBX
2024-04-22 08:05:59 +10:00
Yay295
da7198c987
fix ImagingAccess for I;16N on big-endian
2024-04-20 09:01:38 -05:00
Hugo van Kemenade
f8160b858a
Merge pull request #7936 from adamjstewart/types/fromarray
2024-04-17 16:43:57 +03:00
Andrew Murray
03835ce6f5
Corrected UnixViewer command
2024-04-17 14:51:12 +10:00
Hugo van Kemenade
0e90c1c9ae
Merge pull request #7952 from nulano/types-imagestat
2024-04-16 20:57:14 +03:00
Ondrej Baranovič
2e73bed053
ImageStat: simplify if block
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-04-16 18:34:48 +02:00
Ondrej Baranovič
8b62538617
ImageStat: simplify call to Image.histogram(mask)
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-04-16 18:27:48 +02:00
Adam J. Stewart
c655dc0c6b
Use a property
...
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
2024-04-16 17:53:48 +02:00
Andrew Murray
d431c97ba3
Deprecate BGR;15, BGR;16 and BGR;24
2024-04-15 19:28:52 +10:00
Andrew Murray
22705d3da5
Merge pull request #7956 from Cirras/obscure-bitmap-headers
...
Add support for reading `BITMAPV2INFOHEADER` and `BITMAPV3INFOHEADER`
2024-04-13 16:25:26 +10:00
Hugo van Kemenade
4897954223
Merge pull request #7951 from Yay295/patch-2
2024-04-11 13:47:05 +03:00
Yay295
82b7b8a9ee
Fix some comments
2024-04-11 00:29:31 -05:00
Andrew Murray
e2a57263c7
Reduced duplicate code
2024-04-10 20:37:44 +10:00
Andrew Murray
98ae91a65d
Added BGXR and BGAR unpackers
2024-04-09 00:45:48 +10:00
Jonah Jeleniewski
9e5b9fb18f
Improve comments around bitmap info headers
2024-04-08 22:38:06 +10:00
Jonah Jeleniewski
a1a2202ebe
Add support for bitmaps with header size 56
...
Size 56 is the undocumented `BITMAPV3INFOHEADER`.
It adds the alpha bit mask.
The format is known to be supported by:
- Windows (MS paint, etc.)
- Adobe Photoshop
- Popular web browsers
2024-04-08 22:38:06 +10:00
Jonah Jeleniewski
2f3281dcda
Add support for bitmaps with header size 52
...
Size 52 is the undocumented `BITMAPV2INFOHEADER`.
It adds the RGB bit masks.
The format is known to be supported by:
- Adobe Photoshop
- Popular web browsers
2024-04-08 21:18:19 +10:00
Andrew Murray
76fb002dd4
Removed outdated comment
2024-04-07 16:14:41 +10:00
Nulano
bcb2db6a87
ImageStat: use functools.cached_property and add type hints
2024-04-07 00:46:16 +02:00
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
Yay295
05d2314606
Make ModeDescriptor a NamedTuple
2024-04-06 15:52:17 -05: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
2245df0ac3
Only preserve IPTC_NAA_CHUNK tag if type is BYTE or UNDEFINED
2024-04-06 20:59:06 +11:00
Andrew Murray
7eee479ce5
Corrected indentation
2024-04-05 23:35:12 -05: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
Andrew Murray
75454646f4
Moved code onto single line
2024-04-02 00:38:02 -05:00
Yay295
7a9b57ce08
remove mode properties from CmsTransform interface
2024-04-01 10:16:23 -05:00
Yay295
16ce3da0a4
remove unused mode properties from CmsTransformObject/PIL.ImageCms.core.CmsTransform
2024-04-01 09:45:52 -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
Andrew Murray
aeb51cbb16
Merge branch 'main' into lcms
2024-04-01 19:26:55 +11: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
Andrew Murray
2a93aba5cf
Use strncpy to avoid buffer overflow
2024-04-01 09:24:43 +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
Andrew Murray
d97585af5a
Merge pull request #7923 from hugovk/release-notes
...
Add type hints to release notes
2024-04-01 13:47: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
Hugo van Kemenade
7b2320b50f
Fix typos
2024-03-31 15:57:20 +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
Andrew Murray
838bb6c493
Added RGB to I;16N conversion
2024-03-30 20:22:50 +11:00
Hugo van Kemenade
a4e5dc219c
Merge pull request #7818 from nulano/bugreport
2024-03-30 11:13:02 +02:00
Hugo van Kemenade
c5eb7c7c29
Merge pull request #7918 from radarhere/convert
2024-03-30 11:12:05 +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
Andrew Murray
fb6b860172
Added RGB to I;16, I;16L and I;16B conversion
2024-03-30 11:33:55 +11:00
Andrew Murray
60976c8dbe
Merge branch 'main' into bytes_tests
2024-03-29 06:31:06 +11: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
abb73b5b86
use PIL.ImageCms.core as module for PIL._imagingcms classes
2024-03-28 17:26:05 +01:00
Nulano
0015e9ce68
expose ImageCms.core.CmsTransform
2024-03-28 17:26:03 +01:00
Nulano
047a0d2a64
do not allow ImageCms.core.CmsProfile to be instantiated directly
2024-03-28 17:24:50 +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
24ed5db2d1
check type given to ImageCms.core.profile_tobytes instead of crashing
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
Hugo van Kemenade
98c7d90af6
Variables can be None; update comment
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-03-27 09:16:31 +02:00
Andrew Murray
142473c7b4
Support GZIP_1 compression
2024-03-26 21:29:28 +11:00
Andrew Murray
e79d1746f2
Support conversion from RGB to La
2024-03-26 19:57:17 +11:00
Andrew Murray
ab8f465f1a
Use transparency info when converting from RGB to LA
2024-03-26 19:55:22 +11:00
Andrew Murray
2c6258bee5
Updated indents
2024-03-26 06:08:10 +11:00
Andrew Murray
9d101bffeb
Removed reference to "current version"
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-03-26 06:07:39 +11:00
Andrew Murray
fb84c546b7
Removed references to the "current version"
2024-03-26 06:00:03 +11:00
Andrew Murray
0f49eaf230
Simplified code
2024-03-25 18:23:52 +11:00
scaramallion
1f182ce8da
Fix parsing the J2K header
2024-03-25 17:39:21 +11:00
scaramallion
ce060a8e8b
Fix 9-bit JPEG 2000 images not using I;16
2024-03-24 15:40:11 +11:00
Hugo van Kemenade
6ed952b510
Fix: PYI024 Use typing.NamedTuple instead of collections.namedtuple
2024-03-23 20:52:50 +02:00
Hugo van Kemenade
5d37d028d3
Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics
2024-03-23 20:44:43 +02:00
Hugo van Kemenade
41ffc1de81
Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics
2024-03-23 20:41:29 +02:00
Jeffrey A. Clark (Alex)
4197263dff
Clean up authors and contributors
...
- `s/Jeffrey A. Clark (Alex)/Jeffrey A. Clark/g`. People can figure out that I am Alex.
- We've added "contributors" to Fredrik's copyright statements because it seems appropriate that it be there based on: https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#02b5-117 .
- Fredrik is the PIL author and I am the Pillow author.
- Consistently apply all of the above everywhere.
2024-03-23 09:40:39 -04:00
mergify[bot]
759630fbaf
Merge pull request #7891 from radarhere/kmeans
...
Raise ValueError if kmeans is negative
2024-03-22 22:02:42 +00:00
Andrew Murray
3004c46683
Block saving TIFF tag OSUBFILETYPE using libtiff
2024-03-22 23:43:55 +11:00
Andrew Murray
171e497e05
Raise ValueError if kmeans is negative
2024-03-22 17:36:04 +11:00
Hugo van Kemenade
ca973709a0
Merge pull request #7882 from radarhere/ppm
2024-03-21 18:24:54 +02:00
Hugo van Kemenade
9d3c8d54b4
Merge pull request #7870 from radarhere/j2k_pclr
2024-03-21 18:24:45 +02:00
Hugo van Kemenade
3bbc865afc
Merge pull request #7872 from radarhere/webp_alpha_quality
2024-03-21 18:20:40 +02:00
Andrew Murray
8b6a182815
Support conversion from RGB to RGBa
2024-03-21 16:25:40 +11:00
Andrew Murray
75a206bf58
Added conversion from RGB to RGBa and La
2024-03-20 08:57:06 -05:00
Andrew Murray
a78ed9595f
Determine size from markers, not EXIF data
2024-03-16 18:40:16 +11:00
Andrew Murray
21801f3a45
Raise ValueError if seeking to greater than offset-sized integer
2024-03-16 13:33:04 +11:00
Andrew Murray
3ba8eb3b7e
Raise a ValueError for negative values when loading P1-P3 PPM images
2024-03-16 12:29:21 +11:00
Hugo van Kemenade
794a7d691f
Merge pull request #7881 from radarhere/rounded_rectangle
2024-03-15 17:43:47 +02:00
Andrew Murray
d2453250f1
Fixed joined corners for rounded_rectangle() non-integer dimensions
2024-03-15 23:58:07 +11:00
Andrew Murray
e2986e1989
Do not upgrade NumPy
2024-03-15 20:41:15 +11:00
Andrew Murray
64c8c27271
Added alpha_quality argument when saving
2024-03-13 18:55:29 +11:00
Andrew Murray
f128d47e15
Added reading of JPEG2000 palettes
2024-03-12 19:30:23 +11:00
Andrew Murray
b22e4711cb
Import __version__ from .
2024-03-12 12:02:26 +11:00
Yay295
c56c8901b7
handle I;16 native endianness on big-endian machine
2024-03-11 11:37:48 -05:00
Hugo van Kemenade
9ad22fc96a
Merge pull request #7753 from radarhere/eps
2024-03-11 17:51:29 +02:00