Andrew Murray
|
3d2f3baa4c
|
Update CHANGES.rst [ci skip]
|
2021-06-28 07:05:42 +10:00 |
|
Hugo van Kemenade
|
00303a29e9
|
Merge pull request #5557 from radarhere/gif_first_frame_transparency
|
2021-06-27 16:14:23 +03:00 |
|
Andrew Murray
|
804183c248
|
Only use an RGBA palette for images with an alpha channel
|
2021-06-27 18:29:02 +10:00 |
|
Andrew Murray
|
7005e66f00
|
Use first index for repeated color
|
2021-06-27 16:33:47 +10:00 |
|
Andrew Murray
|
450382f574
|
Do not use raw ImagePalette
|
2021-06-27 15:09:39 +10:00 |
|
Andrew Murray
|
dd28af0dfa
|
Merge branch 'master' into tag_group_data
|
2021-06-27 12:06:11 +10:00 |
|
Hugo van Kemenade
|
52856bceb7
|
Merge pull request #5556 from radarhere/empty_subifd
Fixed undefined variable in logging
|
2021-06-26 08:39:11 +03:00 |
|
Andrew Murray
|
e29a7d8a94
|
Replace with transparency if available for disposal method 2
|
2021-06-26 00:55:31 +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
|
61c39074f5
|
Fixed undefined variable in logging
|
2021-06-25 19:46:58 +10:00 |
|
Andrew Murray
|
a2709be7f4
|
Added tag data for IFD groups
|
2021-06-24 19:56:01 +10:00 |
|
Andrew Murray
|
59a3e3bc60
|
Rearranged code to limit line length
|
2021-06-23 19:37:56 +10:00 |
|
Andrew Murray
|
1606d9adf3
|
Removed code from before Python 3.2
|
2021-06-23 19:29:06 +10:00 |
|
Andrew Murray
|
9192a33b38
|
Removed unnecessary load()
|
2021-06-23 19:29:02 +10:00 |
|
Andrew Murray
|
b6b362c807
|
Set color after attaching palette in expand()
|
2021-06-23 19:28:56 +10:00 |
|
Andrew Murray
|
8210645e4b
|
If all 256 colors are in use, then there is no need for an additional color for background or transparency
|
2021-06-23 19:28:46 +10:00 |
|
Andrew Murray
|
fa559277fb
|
When allocating a new color, repurpose an unused index if necessary
|
2021-06-23 19:27:08 +10:00 |
|
Andrew Murray
|
f3451aefc6
|
Convert opaque RGBA color to RGB if that is the palette mode
|
2021-06-23 19:26:53 +10:00 |
|
Andrew Murray
|
3b9792ab74
|
Convert getcolor input to RGBA if that is the palette mode
|
2021-06-23 19:23:34 +10:00 |
|
Andrew Murray
|
4d36feefc7
|
Set palette to be empty by default
|
2021-06-23 19:22:21 +10:00 |
|
Andrew Murray
|
dc89f0eaa9
|
Set colors
|
2021-06-23 19:16:04 +10:00 |
|
Andrew Murray
|
70ef50cf72
|
Update CHANGES.rst [ci skip]
|
2021-06-21 08:14:11 +10:00 |
|
Hugo van Kemenade
|
ec74f3b1c0
|
Merge pull request #5367 from radarhere/quant
|
2021-06-20 21:57:05 +03:00 |
|
Andrew Murray
|
765e6ae7ed
|
Update CHANGES.rst [ci skip]
|
2021-06-20 22:53:04 +10:00 |
|
Hugo van Kemenade
|
e5b2d61e00
|
Merge pull request #5551 from radarhere/imageops
|
2021-06-20 15:51:21 +03:00 |
|
Andrew Murray
|
93871c032a
|
Update CHANGES.rst [ci skip]
|
2021-06-20 22:47:44 +10:00 |
|
Hugo van Kemenade
|
53b51e1df6
|
Merge pull request #5549 from radarhere/palette
|
2021-06-20 15:44:38 +03:00 |
|
Andrew Murray
|
29111eafe8
|
Update CHANGES.rst [ci skip]
|
2021-06-20 21:33:42 +10:00 |
|
Hugo van Kemenade
|
7c08565e5e
|
Merge pull request #5547 from radarhere/exif
|
2021-06-20 13:22:05 +03:00 |
|
Hugo van Kemenade
|
8b0244ac66
|
Merge pull request #5540 from radarhere/numresolution
|
2021-06-20 11:58:51 +03:00 |
|
Andrew Murray
|
6639b2af7f
|
Copy palette to new images in expand
|
2021-06-19 21:24:58 +10:00 |
|
Andrew Murray
|
aa4489c993
|
Keep palette the same length
|
2021-06-19 09:31:46 +10:00 |
|
Andrew Murray
|
f45d2e296d
|
Ensure palette string matches RGB mode
|
2021-06-19 09:16:05 +10:00 |
|
Andrew Murray
|
04566917f8
|
Do not modify EXIF of original image instance in exif_transpose()
|
2021-06-18 19:01:12 +10:00 |
|
kdpenner
|
4433ff0ffd
|
Wording changes
|
2021-06-15 12:11:46 -04:00 |
|
Hugo van Kemenade
|
384a4bf01e
|
Merge pull request #5542 from radarhere/reverse
Reverse test order for two CI jobs
|
2021-06-14 20:23:48 +03:00 |
|
Andrew Murray
|
a42a35269a
|
Reverse test order for two jobs
|
2021-06-14 22:58:40 +10:00 |
|
Andrew Murray
|
3066c48faa
|
Merge pull request #5533 from radarhere/random
Fixed errors when running tests in random order
|
2021-06-14 22:43:31 +10:00 |
|
Hugo van Kemenade
|
8f55c955db
|
Merge pull request #5535 from radarhere/tiff_format
Fixed format warning
|
2021-06-14 15:07:50 +03:00 |
|
Andrew Murray
|
2afc6fdfc4
|
Documented updates to DDS format
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
6449cdc1a3
|
Added RGBA saving
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
143e08c92c
|
Added RGB saving
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
37c9b523b2
|
Use constant for uncompressed RGB data check
|
2021-06-14 18:14:28 +10:00 |
|
Andrew Murray
|
bd298b128c
|
Fixed default numresolution for small JPEG2000 images
|
2021-06-14 11:23:56 +10:00 |
|
Andrew Murray
|
85d009c697
|
Merge pull request #5532 from radarhere/image_format
Copies of an image do not retain the format
|
2021-06-13 13:30:07 +10:00 |
|
Andrew Murray
|
fc1e7f423a
|
Corrected syntax [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2021-06-13 07:43:00 +10:00 |
|
Hugo van Kemenade
|
58661c978b
|
Merge pull request #5534 from radarhere/type
|
2021-06-12 21:30:15 +03:00 |
|
Hugo van Kemenade
|
c2a6cebd6c
|
Merge pull request #5515 from PH-KDX/sidebar-fix
|
2021-06-12 21:22:31 +03:00 |
|