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

How To Make Matplotlib Scatterplots Transparent As A Group?

I'm making some scatterplots using Matplotlib (python 3.4.0, matplotlib 1.4.3, running on Linux… Read more How To Make Matplotlib Scatterplots Transparent As A Group?

Qt Widget With Transparent Background

(I'm using PySide, but I think the answer would be the same/similar for any language bindings).… Read more Qt Widget With Transparent Background

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)

Convert Non-transparent Image To Transparent Gif Image Pil

How can I convert a non-transparent PNG file into a transparent GIF file with PIL? I need it for my… Read more Convert Non-transparent Image To Transparent Gif Image Pil

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

Animated GIFs Are Only Transparent On Their First Frame (Python PIL)

The following code creates a GIF from two images: # GIFs are always palette images so they would be… Read more Animated GIFs Are Only Transparent On Their First Frame (Python PIL)