Experimental (and slow) implementations of some destructive image effects in Python
examples | ||
glitch | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
glitch
Experimental implementations of some destructive image effects in Python
Requirements
Those alGoRitHms are designed to work with Pillow.
Have a look at requirements.txt
Examples
pixel_sort
Code: examples/pixel_sort/run.py
pixel_smear
Code: examples/pixel_smear/run.py
channel_offset
Code: examples/channel_offset/run.py