https://github.com/chaoticbyte/glitch
Experimental (and slow) implementations of some destructive image effects in Python
https://github.com/chaoticbyte/glitch
glitch-effect image-effects image-man image-processing pillow pixel-sorting python3
Last synced: 10 months ago
JSON representation
Experimental (and slow) implementations of some destructive image effects in Python
- Host: GitHub
- URL: https://github.com/chaoticbyte/glitch
- Owner: ChaoticByte
- License: mit
- Archived: true
- Created: 2024-01-04T20:47:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T17:59:21.000Z (about 2 years ago)
- Last Synced: 2025-03-04T04:11:52.340Z (about 1 year ago)
- Topics: glitch-effect, image-effects, image-man, image-processing, pillow, pixel-sorting, python3
- Language: Python
- Homepage:
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
 
Code: [examples/pixel_sort/run.py](./examples/pixel_sort/run.py)
### pixel_smear
 
Code: [examples/pixel_smear/run.py](./examples/pixel_smear/run.py)
### channel_offset
 
Code: [examples/channel_offset/run.py](./examples/channel_offset/run.py)
### led_screen
 
Code: [examples/led_screen/run.py](./examples/led_screen/run.py)