-
Some AnimGifs are not transparent:
````python
import PIL.Image
with PIL.Image.open('/tmp/AnimGif.gif', 'r') as image:
for index, frame in enumerate(PIL.ImageSequence.Iterator(image)):
…
-
Hey,
after a week of fiddling around with Pillow and reading/testing the source, I've written a module that will allow for processing an animated GIF while retaining its transparency throughout all…
-
When building using default features gifski errors out suggesting to export frames manually but it doesn't really work. I can't build with `--features=video` due to https://github.com/zmwangx/rust-ffm…
-
The frames of the down below animated GIF are not transparent (first frame works).
Testcase:
````python
import base64, io
import PIL.Image
animgif = '''
R0lGODlhJgAgAPdEAAIBAQsKChkGBCUdBy4lB…
-
Hi,
I am trying to execute test cased for GD-2.68. with Libgd and GD module build with VS2013
But the test case fails with below error
**Can't locate object method "newFromGif" via package "GD:…
-
Hi @kornelski .
Maybe `strip` elf-files?
[gifski_1.6.4-chimaera_amd64.deb.gz](https://github.com/ImageOptim/gifski/files/7898338/gifski_1.6.4-chimaera_amd64.deb.gz)
```sh
$ ls -s gifski_1.6.4-…
-
As soon as I'm using the function SaveAsAnimatedGif, I get this exception in VB.NET with .NET 4.8:
`EntryPointNotFoundException: Unable to find an entry point named 'RtlCopyMemory' in DLL 'kernel32…
-
## Issue
Add these issues to elsewhere:
- Snap: https://github.com/wekan/wekan-snap/issues
- LDAP: https://github.com/wekan/wekan-ldap/issues
- UCS: https://github.com/wekan/univention/issues
…
-
I'm trying to resize an animated gif file with a different color palette for each frame.
Each frame should be composed with own colors, but because of buildin frames merge (see `GifImageFile.load_e…
-
Loading some anim-GIFs result in opaque background.
Example to reproduce: PNG has a black border on the right inside (should be transparent):
````python
import base64, io
import PIL.Image
ani…