Experimental (and slow) implementations of some destructive image effects in Python
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.
Find a file
2024-01-05 18:54:40 +01:00
examples Added examples for channel_offset, led_screen and pixel_smear 2024-01-05 18:54:40 +01:00
glitch Add project files 2024-01-04 23:27:59 +01:00
.gitignore Add project files 2024-01-04 23:27:59 +01:00
LICENSE Add username to LICENSE file 2024-01-05 02:38:17 +01:00
README.md Added examples for channel_offset, led_screen and pixel_smear 2024-01-05 18:54:40 +01:00
requirements.txt Add project files 2024-01-04 23:27:59 +01:00

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