J-Filters III
2015-10-03, post № 69
programming, Pygame, Python, #filter, #image, #image manipulation, #img, #soft
This filter swaps the red and blue color values. It results in a rather soft image.
The original image (can also be found on my Stacking Stones post).
RGB Swap (just swaps the red and blue color value, that is why the lake appears red).
Source code: j-filters-iii_rgb-swap.py