Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gif

Tkinter Animation Will Not Work

I am trying to display the animation from my gif image. From my previous question, I discovered tha… Read more Tkinter Animation Will Not Work

How To Create A Transparent Gif (or Png) With Pil (python-imaging)

Trying to create a transparent gif with PIL. So far I have this: from PIL import Image img… Read more How To Create A Transparent Gif (or Png) With Pil (python-imaging)

Transparency Not Working Consistently While Saving Gif's In Pil

I am working on script that writes over images and makes the background transparent. Output is supp… Read more Transparency Not Working Consistently While Saving Gif's In Pil

Loading A Multiframe/moving .gif Image Into Python Using Pygame

Does anyone know a simple way to load a .gif image into python using pygame? I tried loading a .gif… Read more Loading A Multiframe/moving .gif Image Into Python Using Pygame