Andrew Murray
|
ed5e3272cc
|
Merge branch 'main' into progress
|
2025-06-28 21:52:07 +10:00 |
|
Andrew Murray
|
a61a23d7ae
|
Fixed PT031
|
2025-06-27 13:00:48 +10:00 |
|
Hugo van Kemenade
|
d1894dcd46
|
Add match parameter to pytest.warns()
|
2025-06-26 18:12:36 +03:00 |
|
Andrew Murray
|
5da88ea931
|
Added progress callback to AVIF
|
2025-04-21 13:33:15 +10:00 |
|
Andrew Murray
|
09e4df10af
|
Merge branch 'main' into progress
|
2025-04-21 12:40:46 +10:00 |
|
Andrew Murray
|
14fb62e36c
|
Assert image type (#8619)
|
2025-03-30 10:42:46 +03:00 |
|
Andrew Murray
|
24b9ca7a47
|
Merge branch 'main' into progress
|
2025-03-22 00:41:32 +11:00 |
|
Andrew Murray
|
6cc5f1f0ad
|
Simplified code
|
2025-03-19 20:58:40 +11:00 |
|
Andrew Murray
|
ac009d066b
|
Merge branch 'main' into progress
|
2025-03-18 22:35:09 +11:00 |
|
Andrew Murray
|
e946c7b14a
|
Test using _seek to skip frames (#8804)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-03-06 17:42:10 +02:00 |
|
Andrew Murray
|
af7954bc6f
|
Merge branch 'main' into progress
|
2025-03-06 07:57:45 +11:00 |
|
Andrew Murray
|
f938af5c3c
|
Do not catch exception only to assert it is None
|
2025-01-09 14:38:07 +11:00 |
|
Andrew Murray
|
fc5c096e6d
|
Merge branch 'main' into progress
|
2024-10-12 19:36:22 +11:00 |
|
Andrew Murray
|
b77cd009e2
|
Use transparency when combining P frames
|
2024-10-06 11:30:27 +11:00 |
|
Andrew Murray
|
2f27173d8f
|
Merge branch 'main' into progress
|
2024-06-26 18:45:50 +10:00 |
|
Andrew Murray
|
e9c9f19c26
|
Do not use first frame duration for other frames when saving
|
2024-06-04 18:46:35 +10:00 |
|
Andrew Murray
|
14560e1770
|
Merge branch 'main' into progress
|
2024-03-12 08:24:49 +11:00 |
|
Andrew Murray
|
c322a2f633
|
Use maximum frame size in IHDR chunk when saving
|
2024-02-21 19:39:29 +11:00 |
|
Andrew Murray
|
b7a5b5984b
|
Updated tests for os.path.realpath
|
2024-02-12 19:24:01 +11:00 |
|
Andrew Murray
|
3c80ec0873
|
Merge branch 'main' into progress
|
2024-02-11 21:55:54 +11:00 |
|
Andrew Murray
|
344c300597
|
Merge branch 'main' into progress
|
2024-01-31 22:00:55 +11:00 |
|
Andrew Murray
|
bb1fece57a
|
Added type hints
|
2024-01-31 21:55:32 +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 |
|
Erik Soma
|
6f144d45b9
|
Rename repeated seeks apng to reflect what it is rather than how it is used.
|
2024-01-10 16:03:42 -05:00 |
|
Erik Soma
|
dc6d7611e9
|
Test apng repeated seeks 3 times instead of 5.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-01-09 08:55:49 -05:00 |
|
Erik Soma
|
a6051a4045
|
Add type hints and fix some formatting for the apng repeated seeks test.
|
2024-01-08 15:20:24 -05:00 |
|
Erik Soma
|
a844871c5e
|
Give apng repeated seeks test and image a more descriptive name.
|
2024-01-08 15:18:49 -05:00 |
|
Erik Soma
|
3515f997ce
|
Add test against info of apng images getting clobbered when seeking to the first frame multiple times.
|
2024-01-07 20:52:22 -05: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 |
|
Hugo van Kemenade
|
27d7bd10c8
|
Use list comprehensions to create transformed lists
|
2023-12-03 21:59:44 +02:00 |
|
Andrew Murray
|
c29648ff53
|
If save_all PNG only has one frame, do not create animated image
|
2023-11-03 22:08:48 +11:00 |
|
Andrew Murray
|
d682c18ded
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11: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
|
b98dc8abe1
|
Consider default image when selecting mode for PNG save_all
|
2023-10-02 19:07:56 +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 |
|
Andrew Murray
|
17b19b5668
|
Merge branch 'main' into apng
|
2023-06-14 11:26:42 +10:00 |
|
Andrew Murray
|
97df237dc8
|
Moved test into separate function
|
2023-06-06 18:04:39 +10:00 |
|
Andrew Murray
|
a0b691a219
|
Fixed combining single duration across duplicate PNG frames
|
2023-05-09 12:12:16 +10:00 |
|
Andrew Murray
|
ebd3c47425
|
When saving, allow alpha differences to indicate different frames
|
2023-04-29 15:02:11 +10:00 |
|
Hugo van Kemenade
|
c8ec15980b
|
Remove constants deprecated in 9.1.0
|
2023-04-06 16:11:36 +03:00 |
|
Andrew Murray
|
0966293a0d
|
Consider transparency when applying blend mask
|
2023-03-16 20:05:56 +11:00 |
|
Aarni Koskela
|
32bfee030b
|
Update Tests/test_file_apng.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2023-03-03 10:29:51 +02:00 |
|
Aarni Koskela
|
43128ce716
|
Fix up pytest.warns lambda: uses
|
2023-02-23 16:06:40 +02:00 |
|
Andrew Murray
|
46b0644c4f
|
Do not modify previous frame when calculating delta
|
2022-10-24 22:19:22 +11:00 |
|