Andrew Murray
|
e9cb2156ec
|
Merge pull request #6294 from raygard/comments_separate_multiple
Separate multiple GIF comment blocks in a frame with newlines
|
2022-05-22 14:53:03 +10:00 |
|
Andrew Murray
|
62d5817e29
|
Changed delimiter to \n
|
2022-05-22 14:11:11 +10:00 |
|
Andrew Murray
|
2072a52bb5
|
Merge pull request #6292 from raygard/comment_use_gif89a
Always use GIF89a for comments
|
2022-05-21 10:24:14 +10:00 |
|
Hugo van Kemenade
|
2c58c3ee11
|
Merge pull request #6213 from radarhere/fp
|
2022-05-19 18:52:55 +03:00 |
|
Andrew Murray
|
138bd280e4
|
Added check to test_comment as well
|
2022-05-19 20:59:32 +10:00 |
|
Ray Gardner
|
44c6467400
|
Multiple GIF comments in a frame are separated
If more than one comment is in a GIF frame, separate them with \r\n in the info dict.
|
2022-05-13 16:36:20 -06:00 |
|
Ray Gardner
|
b3d29e946a
|
Always use GIF89a for long comments
Fix bug that allows GIFs with long comments to be written as GIF87a.
|
2022-05-13 11:33:33 -06:00 |
|
Andrew Murray
|
7e084c7ede
|
Use durations from each frame by default when saving
|
2022-05-03 20:07:47 +10:00 |
|
Andrew Murray
|
e62449f94c
|
Added DeferredError to _fp
|
2022-04-17 12:14:53 +10:00 |
|
Hugo van Kemenade
|
a715bf2d6f
|
[Test] function name should be snake_case
|
2022-04-11 15:29:01 +03:00 |
|
Hugo van Kemenade
|
e60ca89721
|
Merge pull request #6150 from radarhere/gif
|
2022-03-30 23:23:59 +03:00 |
|
Andrew Murray
|
e22a4395d3
|
Renamed setting
|
2022-03-29 21:26:29 +11:00 |
|
Hugo van Kemenade
|
aeba11db1b
|
Merge pull request #6148 from radarhere/gif_size
|
2022-03-26 19:48:08 +02:00 |
|
Andrew Murray
|
c5efe60c37
|
Reverted converting L with transparency to LA after first frame
|
2022-03-22 22:07:37 +11:00 |
|
Andrew Murray
|
ce8c682748
|
Added setting to convert to RGB only at a different palette
|
2022-03-22 20:28:49 +11:00 |
|
Andrew Murray
|
66bb2bd5e8
|
Added setting to convert first GIF frame to RGB
|
2022-03-22 20:20:38 +11:00 |
|
Andrew Murray
|
7928e944cb
|
Keep subsequent L frames without transparency as L
|
2022-03-22 20:20:38 +11:00 |
|
Andrew Murray
|
d806227199
|
Do not expand GIF during n_frames
|
2022-03-21 23:19:26 +11:00 |
|
Andrew Murray
|
4e16a9a942
|
Retain RGBA transparency when saving multiple frames
|
2022-03-12 15:14:36 +11:00 |
|
Andrew Murray
|
5c6212052c
|
Convert subsequent frames of L mode GIF to LA if transparency is present
|
2022-03-01 20:11:35 +11:00 |
|
Andrew Murray
|
9006836c28
|
Test that n_frames and is_animated do not change the image
|
2022-02-22 08:55:02 +11:00 |
|
Andrew Murray
|
dae1f691c2
|
Updated checks that no warnings were raised
|
2022-02-21 13:49:01 +11:00 |
|
Andrew Murray
|
f8e4e9c2dd
|
Added enums
|
2022-01-15 09:02:31 +11:00 |
|
Andrew Murray
|
0e10a5cc7b
|
When saving RGBA, make use of first transparent palette entry
|
2021-12-07 06:37:01 +11:00 |
|
Andrew Murray
|
1fb1bec0e8
|
Added test
|
2021-11-29 17:49:19 +11:00 |
|
Andrew Murray
|
b383a175be
|
Convert subsequent GIF frames to RGB or RGBA
|
2021-11-29 17:49:06 +11:00 |
|
Hugo van Kemenade
|
31a96b9c9b
|
Upgrade Python syntax with pyupgrade --py36-plus and format with Black
|
2021-10-19 15:34:52 +03:00 |
|
Andrew Murray
|
174b4893f3
|
Prefer global transparency for disposal method 2
|
2021-10-12 09:45:52 +11:00 |
|
Hugo van Kemenade
|
4c7777c425
|
Merge pull request #5599 from radarhere/palette
Updates for ImagePalette channel order
|
2021-08-24 14:52:46 +03:00 |
|
Andrew Murray
|
cf275737ee
|
Do not rearrange palette channels
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
43ea81c6db
|
For save_all with palette, do not include palette with each frame
|
2021-07-11 22:52:32 +10:00 |
|
Hugo van Kemenade
|
50302231ed
|
Merge pull request #5552 from radarhere/palette
|
2021-06-28 19:01:54 +03:00 |
|
Andrew Murray
|
d24299a16c
|
Corrected comments
|
2021-06-28 20:21:46 +10:00 |
|
Andrew Murray
|
450382f574
|
Do not use raw ImagePalette
|
2021-06-27 15:09:39 +10:00 |
|
Andrew Murray
|
f6d504c8f6
|
Use context manager
|
2021-06-26 00:48:16 +10:00 |
|
Glenn Maynard
|
432677740d
|
Add a test for an image that works with other GIF decoders.
This test is fixed by the next commits.
|
2021-06-26 00:48:10 +10:00 |
|
Andrew Murray
|
5b4cb5052a
|
Draw first frame on top of transparency
|
2021-06-25 21:54:21 +10:00 |
|
Andrew Murray
|
a47072bcbe
|
Treat previous contents of first frame as transparent
|
2021-04-15 19:01:12 +10:00 |
|
Hugo van Kemenade
|
2f5687f886
|
Merge pull request #5390 from radarhere/gif_missing_background
Use zero if GIF background color index is missing
|
2021-04-15 11:57:31 +03:00 |
|
Andrew Murray
|
3cb2413066
|
Use zero if background color index is missing
|
2021-04-08 08:04:20 +10:00 |
|
Andrew Murray
|
d661e438f6
|
Fixed ensuring that previous frame was loaded
|
2021-04-06 19:31:51 +10:00 |
|
Andrew Murray
|
b216b367ac
|
Only set info transparency on first frame
|
2021-03-17 00:24:57 +11:00 |
|
Andrew Murray
|
a5c251029c
|
Replaced various instances of assert_image_equal with assert_image_equal_tofile
|
2021-02-21 22:15:56 +11:00 |
|
Andrew Murray
|
4a0569e97f
|
Changed zero length assertions to falsy
|
2021-02-11 13:48:31 +11:00 |
|
Andrew Murray
|
01be700081
|
Fixed asserting that no warnings were raised
|
2021-02-10 23:37:55 +11:00 |
|
Hugo van Kemenade
|
07bbc46589
|
Merge pull request #5149 from wiredfool/gif_write_oob_read
|
2021-01-02 10:14:17 +02:00 |
|
Eric Soroos
|
d96945b7c8
|
Fix Out of bounds read when saving GIF of xsize=1
|
2020-12-27 16:01:26 +01:00 |
|
Andrew Murray
|
9940c84b08
|
Use previous disposal method in load_end
|
2020-12-23 13:22:53 +11:00 |
|
Hugo van Kemenade
|
dd87dd50c0
|
Update to isort 5 with Black profile support
|
2020-08-08 22:39:29 +03:00 |
|
Hugo
|
44e661f25a
|
Convert to use pytest
|
2020-02-22 23:03:01 +02:00 |
|