# img.accords-library.com ## 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 ./install.sh ``` To convert the images run: (possibly change the source image folder in the script beforehand) ```bash python ./run_prepareimg.py ``` To serve the files, run: ```bash ./run_img_server.sh ```