pre-commit-ci[bot]
|
afc16e5e78
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-02-18 22:03:02 +00:00 |
|
wiredfool
|
7ac90faabc
|
PyCapsules aren't actually importable in python.
They're only a C-api thing, so we can only get their type from an
instance. They're not in Typing or Types.
|
2025-02-18 21:51:52 +00:00 |
|
wiredfool
|
01998fc71d
|
Added docs
|
2025-02-18 21:27:42 +00:00 |
|
wiredfool
|
a0927be178
|
merge from main
|
2025-02-18 19:54:48 +00:00 |
|
Hugo van Kemenade
|
1e574e6f8b
|
Replace slice and comparison with startswith
|
2025-02-17 23:39:33 +02:00 |
|
Hugo van Kemenade
|
ff960b8841
|
Remove debug Image._wedge
|
2025-02-15 16:35:07 +02:00 |
|
wiredfool
|
9ff0465e89
|
merge from upstream/main
|
2025-02-14 17:58:43 +00:00 |
|
pre-commit-ci[bot]
|
955d678ca2
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-02-03 17:36:01 +00:00 |
|
wiredfool
|
ad492ee4d8
|
Pull readonly in from the C level
|
2025-01-25 16:21:15 +00:00 |
|
wiredfool
|
244dded7a8
|
Typing Lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2025-01-25 13:43:01 +00:00 |
|
wiredfool
|
af64250144
|
Lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2025-01-25 13:42:53 +00:00 |
|
wiredfool
|
2b88b1c49d
|
Typing Lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2025-01-25 13:42:42 +00:00 |
|
wiredfool
|
9d584a1014
|
Lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2025-01-25 13:42:32 +00:00 |
|
pre-commit-ci[bot]
|
f1349e973d
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-21 21:41:58 +00:00 |
|
wiredfool
|
97eb7c09ba
|
WIP -- First light of round trip of image -> arrow -> image
* basic safety included
* only respecting the types we emit
|
2025-01-21 21:27:41 +00:00 |
|
wiredfool
|
d44212d650
|
WIP - Non working struct encoding
* structs can't be encoded this way, they need to have one child array
per struct member.
* i.e. struct of arrays, rather than an array of structs.
|
2025-01-20 19:27:38 +00:00 |
|
wiredfool
|
5890e40365
|
WIP - Initial Pillow->Arrow support
* Fixed format, only for 4 channel images
|
2025-01-20 19:27:38 +00:00 |
|
Andrew Murray
|
c78d23d547
|
Moved _close_fp into ImageFile
|
2025-01-18 21:22:44 +11:00 |
|
Andrew Murray
|
4ff18e03b8
|
Moved file pointer handling into ImageFile close
|
2025-01-18 20:57:04 +11:00 |
|
Andrew Murray
|
be8e55d28d
|
Added deprecation warning
|
2025-01-17 18:34:23 +11:00 |
|
Andrew Murray
|
5ad98e7abb
|
Moved get_child_images()
|
2025-01-13 07:54:43 +11:00 |
|
Andrew Murray
|
9368a86397
|
Keep new IFDs when converting EXIF to bytes
|
2024-12-29 07:43:47 +11:00 |
|
Hugo van Kemenade
|
f42d1c1b04
|
Merge pull request #8483 from radarhere/xmp
|
2024-12-27 21:30:54 +02:00 |
|
Hugo van Kemenade
|
510c84ad03
|
Merge pull request #8476 from radarhere/jpeg_state
|
2024-12-27 21:29:17 +02:00 |
|
Hugo van Kemenade
|
1146190d75
|
Merge pull request #8615 from radarhere/exiftags
|
2024-12-22 00:34:42 +02:00 |
|
Andrew Murray
|
b99a00f44f
|
Updated MakerNote IFD capitalization
|
2024-12-22 07:24:08 +11:00 |
|
Andrew Murray
|
cf4110ff06
|
Replace constants with enums (#8611)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-12-20 15:55:44 +02:00 |
|
Andrew Murray
|
0ca832cfa5
|
Merge branch 'main' into xmp
|
2024-12-17 18:43:00 +11:00 |
|
Hugo van Kemenade
|
0ab21dff1e
|
Fix new Ruff errors
|
2024-12-02 20:29:38 +02:00 |
|
Andrew Murray
|
2303018ebf
|
Removed use of os.path.realpath
|
2024-11-09 20:06:33 +11:00 |
|
Andrew Murray
|
203ca12626
|
Allow encoderinfo to be set for appended images
|
2024-10-18 19:09:22 +11:00 |
|
Andrew Murray
|
0beb2228f9
|
Include JpegImageFile layers in state
|
2024-10-17 12:44:25 +11:00 |
|
Hugo van Kemenade
|
535bf234c3
|
Merge pull request #8341 from uploadcare/use-ptr
Use ImagingCore.ptr instead of ImagingCore.id
|
2024-10-07 13:37:44 +03:00 |
|
Andrew Murray
|
d33270ab51
|
Set default resize sampling for I;16* images to BICUBIC
|
2024-09-28 15:35:42 +10:00 |
|
Alexander Karpinsky
|
af521a1ce1
|
Merge branch 'main' into use-ptr
|
2024-09-18 22:24:46 +02:00 |
|
Andrew Murray
|
f1e86965f6
|
Use transposed size after opening for TIFF images
|
2024-09-18 20:26:06 +10:00 |
|
Hugo van Kemenade
|
302b63f1c3
|
Merge pull request #8366 from radarhere/gif_rgba
|
2024-09-10 14:37:03 +03:00 |
|
Andrew Murray
|
d522e0a5c0
|
Improved handling of RGBA palettes when saving GIF images
|
2024-09-10 18:50:06 +10:00 |
|
Andrew Murray
|
e0845f06d8
|
Deprecate isImageType
|
2024-09-10 16:20:52 +10:00 |
|
Hugo van Kemenade
|
452b445d4f
|
Merge pull request #8358 from radarhere/lab
|
2024-09-09 08:20:29 +03:00 |
|
Alexander Karpinsky
|
4318834775
|
Merge branch 'use-ptr' into use-ptr
|
2024-09-08 17:59:35 +04:00 |
|
Hugo van Kemenade
|
f30eefaae2
|
Merge pull request #8354 from radarhere/type_hint
|
2024-09-08 16:19:08 +03:00 |
|
Andrew Murray
|
6f9128bfaf
|
Updated type hint
|
2024-09-07 14:32:46 +10:00 |
|
Andrew Murray
|
de3c6fa295
|
Support converting more modes to LAB by converting to RGBA first
|
2024-09-07 12:14:30 +10:00 |
|
Andrew Murray
|
06c331af5d
|
Added type hints to frombuffer
|
2024-09-06 15:16:59 +10:00 |
|
Andrew Murray
|
23c461e431
|
Handle duplicate exif header
Co-authored-by: Jamil Zakirov <djamilzak@gmail.com>
|
2024-09-06 11:56:06 +10:00 |
|
Hugo van Kemenade
|
eaeda4a6be
|
Merge pull request #8339 from radarhere/type_hint
|
2024-09-04 14:57:01 +03:00 |
|
Hugo van Kemenade
|
8aa1e9209b
|
Merge pull request #8336 from radarhere/type_hint_imagefile
|
2024-09-04 14:56:23 +03:00 |
|
Hugo van Kemenade
|
e2c13571c3
|
Merge pull request #8230 from radarhere/exif_get_ifd
|
2024-09-04 14:46:18 +03:00 |
|
Andrew Murray
|
e47b181084
|
Added type hints
|
2024-08-31 18:48:16 +10:00 |
|