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

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 - Draw Circle

I am trying to draw a simple circle and save this to a file using the Python Imaging Library: impor… Read more Python PIL - Draw Circle