Added pixel_sort example

This commit is contained in:
Julian Müller (ChaoticByte) 2024-01-05 02:27:23 +01:00
parent d55a4aaf08
commit d24dd7ed2a
4 changed files with 24 additions and 0 deletions

View file

@ -6,3 +6,13 @@ Experimental implementations of some destructive image effects in Python
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...