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

Matplotlib: Add A Custom Colorbar That Runs From Full Transparent To Full Color (remove Artifacts)

I am trying to add a custom colorbar to my matplotlib figure, that runs from full transparent (whit… Read more Matplotlib: Add A Custom Colorbar That Runs From Full Transparent To Full Color (remove Artifacts)

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

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

Help With Tkinter Alpha

I have a python program that has no windows frame and doesn't show up in the taskbar because of… Read more Help With Tkinter Alpha

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