J-Filters
2015-09-05, post № 61
programming, Pygame, Python, #art, #change, #filter, #filters, #image, #image filters, #image software, #img, #manipulation, #pic, #picture
Getting into image manipulation, I created a few filters to change the look and feel of digital images. Though the software is not the most efficient, the results are looking good.
For demonstration purposes I used an image from my post Stacking Stones.
This filter I call Cixel, because it combines square pixels with round circles.
Again working with circles, the Draw filter tries to imitate a drawn picture. The Drawing filter applied
Using lines and a fixed point, thed Stretch filter stretches the image to the lower right corner.
Source code: j-filters_cixel.py
Source code: j-filters_drawing.py
Source code: j-filters_stretch.py