Jonathan. Frech’s WebBlog

J-Filters (#61)

Jonathan Frech

Getting into image manipulation, I created a few filters to change the look and feel of dig­i­tal 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