imagetools - image library structuring utilities
Imagetools is a set of tools to properly structure (large) image or video libraries. It consists of two
Installation
There are two supported ways of installing/running imagetools: Using docker and
using pip
/pipx
.
Docker
# Add necessary volumes to the container using the docker run -v option
docker run <image id> imagetools --help
pip
git clone https://git.phntxx.com/bastian/imagetools
cd imagetools
pipx install .
imagetools --help
Contributing
If you want to contribute, just open a pull request.
Languages
Python
82%
HTML
16.5%
Dockerfile
1.5%