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 02:38:17 +01:00
examples/pixel_sort Added pixel_sort example 2024-01-05 02:27:23 +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 pixel_sort example 2024-01-05 02:27:23 +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

more examples coming soon...