img.accords-library.com/README.md

20 lines
367 B
Markdown
Raw Normal View History

2022-02-19 04:36:51 +00:00
# img.accords-library.com
2022-02-25 14:58:47 +00:00
## Installation
```bash
git clone https://github.com/Accords-Library/img.accords-library.com.git
cd img.accords-library.com
```
To install imagemagick, run the following command:
```bash
2022-02-19 04:36:51 +00:00
./install.sh
```
To convert the images run:
2022-02-25 14:58:47 +00:00
(possibly change the source image folder in the script beforehand)
```bash
python ./run_prepareimg.py
2022-02-19 04:36:51 +00:00
```