Andrew Murray
|
a34ac045c3
|
Conditionally define type hint to avoid requiring core
|
2024-07-03 21:05:48 +10:00 |
|
Hugo van Kemenade
|
51bd7d2ea8
|
Drop support for Python 3.8 (#8183)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-07-03 00:44:45 -06:00 |
|
Hugo van Kemenade
|
c8df36f650
|
Merge pull request #8191 from radarhere/type_hint
|
2024-07-02 14:31:04 -06:00 |
|
Andrew Murray
|
267c0b37b1
|
Added type hints
|
2024-07-02 20:10:47 +10:00 |
|
Andrew Murray
|
8b8fc18998
|
Do not import numpy.typing unless TYPE_CHECKING
|
2024-07-02 19:05:59 +10:00 |
|
Clément Robert
|
b4ee967372
|
BUG: fix an incompatibility with numpy 1.20
|
2024-07-01 19:33:14 +02:00 |
|
Andrew Murray
|
585bd6ad48
|
Merge pull request #8182 from hugovk/rm-deprecated-psfile
Remove PSFile, PyAccess and USE_CFFI_ACCESS
|
2024-07-01 23:04:04 +10:00 |
|
Andrew Murray
|
5e163c0fed
|
Updated deprecation timeline
|
2024-07-01 20:31:25 +10:00 |
|
Andrew Murray
|
43cc1e3659
|
Removed PyAccess and Image.USE_CFFI_ACCESS
|
2024-07-01 20:31:17 +10:00 |
|
Andrew Murray
|
a3a6198286
|
11.0.0.dev0 version bump
|
2024-07-01 19:53:27 +10:00 |
|
Hugo van Kemenade
|
2a660bbe9f
|
Remove PSFile class, deprecated in Pillow 9.5.0
|
2024-07-01 10:58:27 +03:00 |
|
Andrew Murray
|
9b4fae7717
|
10.4.0 version bump
|
2024-07-01 15:42:12 +10:00 |
|
Andrew Murray
|
8daf550b7d
|
Merge pull request #8178 from radarhere/imageshow
Raise FileNotFoundError if show_file() path does not exist
|
2024-06-29 06:17:44 +10:00 |
|
Hugo van Kemenade
|
c6d8c58b6d
|
Merge pull request #7965 from Yay295/patch-3
|
2024-06-28 07:34:46 -06:00 |
|
Andrew Murray
|
c9ec76aa0d
|
Raise FileNotFoundError if show_file() path does not exist
|
2024-06-28 21:27:56 +10:00 |
|
Hugo van Kemenade
|
4d6dff34db
|
Merge pull request #8031 from radarhere/imagingcms_modes
|
2024-06-28 04:05:40 -06:00 |
|
Andrew Murray
|
70b3815a37
|
Merge pull request #8127 from radarhere/multiple_exif_markers
Fixed processing multiple JPEG EXIF markers
|
2024-06-28 18:50:19 +10:00 |
|
Andrew Murray
|
88cd6d41ef
|
Rearranged comments
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-06-28 17:28:42 +10:00 |
|
Hugo van Kemenade
|
41426a6f74
|
Merge pull request #8110 from radarhere/exififd
|
2024-06-28 00:19:25 -06:00 |
|
Hugo van Kemenade
|
56521137be
|
Merge pull request #8086 from radarhere/load_default_imagefont
|
2024-06-28 00:18:55 -06:00 |
|
Hugo van Kemenade
|
3fdaecb025
|
Merge pull request #8063 from radarhere/possible_formats
|
2024-06-28 00:18:10 -06:00 |
|
Hugo van Kemenade
|
02133dc9ad
|
Merge pull request #8169 from radarhere/cast
|
2024-06-28 00:14:21 -06:00 |
|
Hugo van Kemenade
|
6a2b8e7236
|
Merge pull request #8173 from radarhere/xmp_imageops
|
2024-06-27 12:40:07 +03:00 |
|
Andrew Murray
|
304cf484aa
|
Do not presume "xmp" info simply because "XML:com.adobe.xmp" info exists
|
2024-06-27 13:29:22 +10:00 |
|
Andrew Murray
|
fd3f6c1a92
|
Remove zero-byte end padding when parsing any XMP data
|
2024-06-26 19:31:40 +10:00 |
|
Hugo van Kemenade
|
6e1831cf99
|
Merge pull request #8056 from radarhere/hdr
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-06-26 11:33:50 +03:00 |
|
Hugo van Kemenade
|
2756cd5273
|
Merge pull request #8146 from Yay295/jp2_parsing
|
2024-06-26 11:32:57 +03:00 |
|
Andrew Murray
|
6ee41897e2
|
Added dedicated unpacker for inverted alpha
|
2024-06-25 17:29:06 -05:00 |
|
Hugo van Kemenade
|
a4188bb75e
|
Merge pull request #8104 from radarhere/apng
|
2024-06-25 21:58:32 +03:00 |
|
Yay295
|
58d5a73fac
|
raise SyntaxError when parsing codestream rather than returning an empty string
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-06-25 10:50:20 -05:00 |
|
Yay295
|
4cadf5c99f
|
use bytes/bytearray int constructor instead of string multiplication
|
2024-06-25 10:48:35 -05:00 |
|
Andrew Murray
|
3840255486
|
Invert alpha bit for map depth 16
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
e5c6d883d4
|
set palette mode for BGRA;15
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
872ff125fc
|
"BGR;15" -> "BGRA;15"
|
2024-06-25 10:48:34 -05:00 |
|
Yay295
|
6f28a0c009
|
Fix TGA rawmode BGR;15
|
2024-06-25 10:48:34 -05:00 |
|
Hugo van Kemenade
|
a596a4063d
|
Merge pull request #8112 from radarhere/i16_mask
|
2024-06-25 06:50:47 -06:00 |
|
Andrew Murray
|
272d235ab4
|
Merge branch 'main' into apng
|
2024-06-25 22:42:47 +10:00 |
|
Hugo van Kemenade
|
48a921b31f
|
Merge pull request #8087 from radarhere/png_save_all
|
2024-06-25 06:21:44 -06:00 |
|
Hugo van Kemenade
|
563f45c355
|
Merge pull request #8141 from radarhere/freetypefont_bytes
|
2024-06-25 06:11:20 -06:00 |
|
Hugo van Kemenade
|
5b1a9e1956
|
Merge pull request #8114 from radarhere/fixme
|
2024-06-25 06:09:39 -06:00 |
|
Hugo van Kemenade
|
d9f97b0bbf
|
Merge pull request #8039 from radarhere/psd_layers
|
2024-06-25 06:07:09 -06:00 |
|
Andrew Murray
|
99666dac29
|
Simplified casts
|
2024-06-25 22:00:51 +10:00 |
|
Hugo van Kemenade
|
4d9fdac92f
|
Merge pull request #8065 from radarhere/threadstate
|
2024-06-25 05:56:51 -06:00 |
|
Andrew Murray
|
5ce3f55111
|
Merge branch 'main' into exififd
|
2024-06-25 21:53:17 +10:00 |
|
Hugo van Kemenade
|
bbf879641d
|
Merge pull request #7997 from radarhere/rgbx
|
2024-06-25 05:28:50 -06:00 |
|
Hugo van Kemenade
|
e62f47950e
|
Merge pull request #7948 from radarhere/iptc
|
2024-06-25 05:26:53 -06:00 |
|
Hugo van Kemenade
|
31681407da
|
Merge pull request #8167 from radarhere/type_hint
|
2024-06-25 05:25:57 -06:00 |
|
Hugo van Kemenade
|
1661343bc0
|
Merge pull request #8144 from Yay295/eps_plugin_return_break
|
2024-06-25 05:17:01 -06:00 |
|
Andrew Murray
|
d2b5e11d2b
|
Merge pull request #8032 from nulano/type_hints
Added type hints for PixelAccess related methods and others
|
2024-06-25 19:15:31 +10:00 |
|
Andrew Murray
|
ab18395818
|
Added comment
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
|
2024-06-25 10:50:40 +02:00 |
|