Added pixel_sort example
This commit is contained in:
parent
d55a4aaf08
commit
d24dd7ed2a
4 changed files with 24 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
 
|
||||
|
||||
Code: [examples/pixel_sort/run.py](./examples/pixel_sort/run.py)
|
||||
|
||||
### more examples coming soon...
|
||||
|
|
Reference in a new issue