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

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)

Python (pil): Lighten Transparent Image And Paste To Another One

I have two png-images (A & B) of the same size, the second (B) one is partially transparent. If… Read more Python (pil): Lighten Transparent Image And Paste To Another One

Python Pil 0.5 Opacity, Transparency, Alpha

Is there any way to make an image half transparent? the pseudo code is something like this: from PI… Read more Python Pil 0.5 Opacity, Transparency, Alpha

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)

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

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