Andrew Murray
fc5c096e6d
Merge branch 'main' into progress
2024-10-12 19:36:22 +11:00
Andrew Murray
ebbdc6ee6f
Merge branch 'main' into progress
2024-09-26 20:24:54 +10:00
Andrew Murray
7cf351cfc5
Added additional test
2024-09-25 20:37:41 +10:00
Andrew Murray
24e9961c4f
Support writing LONG8 offsets
2024-09-25 18:45:16 +10:00
Yay295
362ffaf9b7
implement tiff exif multistrip support
2024-09-18 14:50:11 -05:00
Andrew Murray
e6e5ef5c5f
Added type hints
2024-08-21 08:05:02 +10:00
Andrew Murray
8b4b7ce7dd
Merge branch 'main' into progress
2024-07-16 20:05:10 +10:00
Andrew Murray
486dac7efc
Added type hints
2024-07-06 19:17:23 +10:00
Andrew Murray
26e2a9f29c
Merge branch 'main' into progress
2024-07-03 18:26:35 +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
Andrew Murray
2f27173d8f
Merge branch 'main' into progress
2024-06-26 18:45:50 +10:00
Hugo van Kemenade
e62f47950e
Merge pull request #7948 from radarhere/iptc
2024-06-25 05:26:53 -06:00
Andrew Murray
cc83cc8ec8
Updated type hints
2024-06-22 10:09:11 +10:00
Andrew Murray
7ab3aee7bc
Merge branch 'main' into xmp
2024-06-19 09:06:10 +10:00
Andrew Murray
1a14957c19
Added type hints
2024-06-09 15:16:17 +10:00
Andrew Murray
0f1a0fc501
Improved consistency of XMP handling
2024-05-20 23:11:50 +10: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
d52b3a2ce1
Merge branch 'main' into progress
2024-04-02 09:16:02 +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
14560e1770
Merge branch 'main' into progress
2024-03-12 08:24:49 +11:00
Andrew Murray
6d78d42769
Added type hints
2024-03-02 13:12:17 +11:00
Andrew Murray
5ff7d926fd
Added type hints
2024-02-17 15:00:38 +11:00
Andrew Murray
b7a5b5984b
Updated tests for os.path.realpath
2024-02-12 19:24:01 +11:00
Andrew Murray
344c300597
Merge branch 'main' into progress
2024-01-31 22:00:55 +11:00
Hugo van Kemenade
4a4b90c365
Autotype tests ( #7756 )
...
* autotyping: --none-return
* autotyping: --scalar-return
* autotyping: --int-param
* autotyping: --float-param
* autotyping: --str-param
* autotyping: --annotate-named-param tmp_path:pathlib.Path
2024-01-31 20:12:58 +11:00
Andrew Murray
69680db24d
Merge branch 'main' into progress
2024-01-21 14:44:29 +11:00
Hugo van Kemenade
53c3cd9f8e
isort Tests
2024-01-20 13:23:03 +02:00
Andrew Murray
99760f4c59
Merge branch 'main' into tiff
2024-01-01 13:41:17 +11:00
Andrew Murray
f7ec665bf1
Support setting ROWSPERSTRIP tag
2023-12-29 23:00:14 +11:00
Andrew Murray
f6bcf4e1ae
Use IMAGEWIDTH and IMAGELENGTH when calculating strip size
2023-12-29 14:15:40 +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
Andrew Murray
fe7c9d37c8
Moved progress code into common private method
2023-10-06 19:45:21 +11:00
Andrew Murray
a3fd009875
Match warning message
2023-10-06 17:31:06 +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
Hugo van Kemenade
ae921956ba
Merge pull request #7078 from radarhere/long8
2023-06-13 19:48:55 +03:00
Andrew Murray
a4986ba986
Support reading signed 8-bit TIFF images
2023-05-04 07:54:30 +10:00
Andrew Murray
dd15f15d08
Added further field sizes
2023-04-10 09:06:20 +10:00
Andrew Murray
90c226c69a
Merge branch 'main' into tiff
2023-03-12 22:30:15 +11:00
Andrew Murray
9ed8ca1494
Removed "del im"
2023-03-03 10:28:36 +02:00
Aarni Koskela
43128ce716
Fix up pytest.warns lambda: uses
2023-02-23 16:06:40 +02: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
Andrew Murray
412f5a5233
Moved test_wrong_bits_per_sample to test_file_libtiff.py
2023-01-29 17:33:51 +11:00
Andrew Murray
510de501ea
Moved test_get_child_images to test_file_libtiff.py
2023-01-29 17:33:46 +11:00
Hugo van Kemenade
799a6a0105
Fix linting
2022-10-29 12:06:30 +03:00
Hugo van Kemenade
00b25fd3ac
Hide UserWarning in logs
...
Tests/test_file_tiff.py::TestFileTiff::test_oom[Tests/images/oom-225817ca0f8c663be7ab4b9e717b02c661e66834.tif]
PIL/TiffImagePlugin.py:850: UserWarning: Corrupt EXIF data. Expecting to read 12 bytes but only got 6.
warnings.warn(str(msg))
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-10-29 12:06:27 +03:00
Eric Soroos
05b175ef88
Tighter test case
2022-10-29 12:06:24 +03:00