- This software applies a blob effect to images.
- It randomly positions a specified number of blobs on the input image.
- The size of each blob is determined randomly within a defined radius range.
- It connects the points using a spline curve, calculated based on a complex formula, to create and render the blob effect.
$ git clone -b v1.1.2 https://github.com/nglcobdai/blob-effect.git
$ cd blob-effect
- copy .env.example to .env
$ docker-compose build --no-cache
$ docker-compose up -d
$ docker-compose exec project /bin/bash
$ python3 src/__main__.py
- If you want to run with another image file, please prepare it in
./data/ directory.