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

18 lines
412 B
Markdown

# 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](./requirements.txt)
## Examples
### pixel_sort
![](examples/pixel_sort/original.png) ![](examples/pixel_sort/result.png)
Code: [examples/pixel_sort/run.py](./examples/pixel_sort/run.py)
### more examples coming soon...