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
|
|
|
```
|
2022-02-25 15:21:17 +00:00
|
|
|
|
|
|
|
To serve the files, run:
|
|
|
|
```bash
|
|
|
|
./run_img_server.sh
|
|
|
|
```
|