lvm / docker-glitch-me

Docker image for `glitch_me`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker glitch_me

glitch_me is a project created by Noelle Leigh to add some distortion/glitch effects to images.
This repo only provides a way to install it inside a Docker container.

how to install?

First build the image.

$ env UID=$(id -u) GID=$(id -g) docker-compose build

Note: $UID and $GID are environment variables that can be exported as any other environment var.

Now you can run glitch_me

$ docker-compose run glitch-me -h

license

WTFPL.

About

Docker image for `glitch_me`


Languages

Language:Dockerfile 100.0%