31 lines
599 B
Markdown
31 lines
599 B
Markdown
# 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
|
|
|
|
```sh
|
|
# Add necessary volumes to the container using the docker run -v option
|
|
docker run <image id> imagetools --help
|
|
```
|
|
|
|
## `pip`
|
|
|
|
```sh
|
|
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. |