This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
glitch/README.md

874 B

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

led_screen

Code: examples/led_screen/run.py