Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 336 Bytes

Glitch

Python app to apply glitch art style to images and videos.

docker build -t glitch .
docker run -p 5000:5000 glitch

and go to localhost:5000.

Transformations are implemented using numpy in glitch/image_glitch.py. There are samples in jupyter notebooks in examples