Merge branch 'main' of https://github.com/Accords-Library/img.accords-library.com
This commit is contained in:
commit
b20cc14d62
17
README.md
17
README.md
|
@ -1,12 +1,19 @@
|
||||||
# img.accords-library.com
|
# img.accords-library.com
|
||||||
|
|
||||||
To install cwebp, run the following command:
|
## Installation
|
||||||
```sh
|
|
||||||
|
```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
|
||||||
./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
To convert the images run:
|
To convert the images run:
|
||||||
(possibly change the source image folder in the script)
|
(possibly change the source image folder in the script beforehand)
|
||||||
```sh
|
```bash
|
||||||
./run_prepareimg.sh
|
python ./run_prepareimg.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue