Add a wobble effect to any image.
2.9K
Visit: https://interceptor.marconitschke.de/thread-159.html
Add a wobble effect to any image.
There used to be a similar Android app known as "AndWobble"; this is a Docker-based application designed for use in a PC or laptop browser rather than on a smartphone.
Additional controls:
docker-compose.yaml
# Ma Ni - v0.0
#
# Wobble Image Editor
#
# Create, load, and export animated Wobble images
#
services:
wobble_image_editor:
image: nitje/wobble_image_editor:latest
container_name: wobble_image_editor
ports:
- "50000:50000"
volumes:
- ./data:/data
restart: unless-stopped
network_mode: bridge
Content type
Image
Digest
sha256:353dd88c8…
Size
17.5 MB
Last updated
about 2 months ago
docker pull nitje/wobble_image_editor