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

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

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