Andrew Murray
|
62786fd2c1
|
Merge branch 'main' into progress
|
2024-12-28 11:42:08 +11:00 |
|
Andrew Murray
|
ebbdc6ee6f
|
Merge branch 'main' into progress
|
2024-09-26 20:24:54 +10:00 |
|
Andrew Murray
|
d00f3656a6
|
Changed im.tile to never be None
|
2024-08-30 22:28:03 +10:00 |
|
Andrew Murray
|
8b4b7ce7dd
|
Merge branch 'main' into progress
|
2024-07-16 20:05:10 +10:00 |
|
Andrew Murray
|
8a05e32336
|
Added type hints
|
2024-07-08 20:09:45 +10:00 |
|
Andrew Murray
|
682a9aed55
|
Merge branch 'main' into progress
|
2024-06-12 23:21:50 +10:00 |
|
Andrew Murray
|
1eb960f7e3
|
Added type hints
|
2024-06-11 23:26:00 +10:00 |
|
Andrew Murray
|
2d1fe7572f
|
Added type hints
|
2024-06-10 14:15:28 +10:00 |
|
Andrew Murray
|
b3c534cc9a
|
Added type hints
|
2024-06-05 08:29:28 +10:00 |
|
Andrew Murray
|
e419fd7ab4
|
Added type hints
|
2024-05-15 20:19:09 +10:00 |
|
Andrew Murray
|
18b87c8515
|
Added type hints
|
2024-05-11 10:48:09 +10:00 |
|
Andrew Murray
|
6036d81d97
|
Added type hints
|
2024-05-04 20:51:54 +10:00 |
|
Andrew Murray
|
d52b3a2ce1
|
Merge branch 'main' into progress
|
2024-04-02 09:16:02 +11:00 |
|
Andrew Murray
|
a78ed9595f
|
Determine size from markers, not EXIF data
|
2024-03-16 18:40:16 +11:00 |
|
Andrew Murray
|
19c2721931
|
Merge branch 'main' into progress
|
2023-12-22 23:56:40 +11:00 |
|
Andrew Murray
|
fae06539be
|
Merge branch 'main' into progress
|
2023-12-21 22:36:16 +11:00 |
|
Hugo van Kemenade
|
43b2f61e79
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
Aarni Koskela
|
0c705692ea
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
Andrew Murray
|
fe7c9d37c8
|
Moved progress code into common private method
|
2023-10-06 19:45:21 +11:00 |
|
Andrew Murray
|
b5f322831a
|
Restored filename in progress callback
|
2023-10-05 18:40:01 +11:00 |
|
Andrew Murray
|
3465a598e2
|
Pass back index of image in sequence, instead of filename
|
2023-10-02 18:33:48 +11:00 |
|
Andrew Murray
|
6850465d54
|
Added progress callback when save_all is used
|
2023-10-02 15:44:43 +11:00 |
|
pre-commit-ci[bot]
|
24183d652e
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-02-06 19:27:19 +00:00 |
|
Hugo van Kemenade
|
2ae55ccbda
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02:00 |
|
Andrew Murray
|
9898613c4d
|
Fixed saving EXIF data to MPO
|
2022-12-22 15:31:36 +11:00 |
|
Andrew Murray
|
24a5405a9f
|
Added IFD enum
|
2022-11-28 08:39:56 +11:00 |
|
Andrew Murray
|
af317a696d
|
Added MP Format Version when saving
|
2022-11-13 08:00:20 +11:00 |
|
Andrew Murray
|
2944ff18d6
|
Support saving multiple MPO frames
|
2022-07-16 20:02:58 +10:00 |
|
Andrew Murray
|
b1885779a9
|
Once exif data is parsed, do not reload unless it changes
|
2022-05-27 07:54:54 +10:00 |
|
Andrew Murray
|
4e075adcc5
|
Merged _close_fp into close and __exit__
|
2022-04-17 12:13:58 +10:00 |
|
Andrew Murray
|
2ae52552f7
|
Renamed __fp to _fp
|
2022-04-17 12:13:58 +10:00 |
|
Andrew Murray
|
573cf278f1
|
Reset size when seeking away from "Large Thumbnail" MPO frame
|
2022-03-01 19:10:10 +11:00 |
|
pre-commit-ci[bot]
|
99428bb878
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-09-20 12:22:11 +00:00 |
|
Andrew Murray
|
312ed69c01
|
Commented unused method
|
2021-09-20 22:17:06 +10:00 |
|
Andrew Murray
|
68719fe6ea
|
Merge branch 'master' into exif
|
2021-03-15 12:41:45 +11:00 |
|
Andrew Murray
|
faf8fad76d
|
Stopped flattening EXIF IFD into getexif()
|
2021-02-22 07:47:05 +11:00 |
|
Andrew Murray
|
6175389186
|
Only read different sizes for "Large Thumbnail" frames
|
2021-01-01 12:45:02 +11:00 |
|
Andrew Murray
|
0b33a87b0d
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-17 22:00:21 +10:00 |
|
Andrew Murray
|
47b2ae9a63
|
Raise a specific exception if no data is found for an MPO frame
|
2019-11-30 11:05:36 +11:00 |
|
Hugo
|
0c5895470c
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
|
Andrew Murray
|
f3ed44a566
|
Changed the Image getexif method to return a shared Exif instance
|
2019-08-23 06:13:20 +10:00 |
|
Andrew Murray
|
0b405c86be
|
Lazily use ImageFileDirectory_v1 values from Exif
|
2019-08-18 23:03:43 +10:00 |
|
Hugo
|
53a7e35004
|
Format with Black
|
2019-06-10 18:22:46 +03:00 |
|
Andrew Murray
|
2c09252640
|
Merge pull request #3658 from Glandos/fast_mpo_open
Fast MPO open
|
2019-03-31 12:58:07 +11:00 |
|
Andrew Murray
|
a5b62857b0
|
Change size of MPO image to match frame
|
2019-03-28 08:33:17 +11:00 |
|
Andrew Murray
|
e00628af3b
|
Read EXIF data from subsequent MPO images
|
2019-03-28 08:32:33 +11:00 |
|
Glandos
|
edc272298b
|
Merge branch 'fast_mpo_open' of github.com:Glandos/Pillow into fast_mpo_open
|
2019-03-24 09:49:06 +01:00 |
|
Glandos
|
b08b122c8b
|
use default value if mpheader is not provided
|
2019-03-24 09:48:23 +01:00 |
|
Andrew Murray
|
dbf65b0890
|
Update src/PIL/MpoImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
|
2019-03-23 22:11:32 +01:00 |
|
Hugo
|
d0172a08dd
|
Update src/PIL/MpoImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
|
2019-03-07 13:22:20 +01:00 |
|