Sign inSign up

nitje/wobble_image_editor

By nitje

Updated about 2 months ago

Add a wobble effect to any image.

Image
0

2.9K

nitje/wobble_image_editor repository overview

Wobble Image Editor - Create, load, and export animated Wobble images


1. run as ugreen-docker-project.




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:

  • On the home page (where projects are listed), double-click a project name with the left mouse button to rename the project.
  • Within a project, double-click a layer name in the "Layers" section on the right with the left mouse button to rename it.
  • Within a project, use "Ctrl+C" to copy a selected wobble effect and "Ctrl+V" to paste it.



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




001_wobble_image_editor
002_wobble_image_editor
003_wobble_image_editor
004_wobble_image_editor


Tag summary

Content type

Image

Digest

sha256:353dd88c8

Size

17.5 MB

Last updated

about 2 months ago

docker pull nitje/wobble_image_editor