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

Pixelwise Drawing In Pyglet (python)

OK. I'm tired of googling and reading throught lots of documentation with no results. My aim is… Read more Pixelwise Drawing In Pyglet (python)

Blurring An Image Using Pil In Python

I have been trying to blur an image using the PIL. from what I know i need to copy the image, and t… Read more Blurring An Image Using Pil In Python