Convert a folder of images to multiple variants of different sizes and qualities for the web
Go to file
DrMint eee3a3987b
Update README.md
2022-02-25 16:21:17 +01:00
.gitignore More complex Python script 2022-02-21 01:45:15 +01:00
LICENSE Initial commit 2022-02-19 02:17:04 +01:00
README.md Update README.md 2022-02-25 16:21:17 +01:00
install.sh More complex Python script 2022-02-21 01:45:15 +01:00
run_img_server.sh using http-server package for serving the files 2022-02-25 16:19:27 +01:00
run_prepare_img.py More complex Python script 2022-02-21 01:45:15 +01:00

README.md

img.accords-library.com

Installation

git clone https://github.com/Accords-Library/img.accords-library.com.git
cd img.accords-library.com

To install imagemagick, run the following command:

./install.sh

To convert the images run: (possibly change the source image folder in the script beforehand)

python ./run_prepareimg.py

To serve the files, run:

./run_img_server.sh