Note: Based on Windows. Adapt for Linux/Mac, should be easy.
-
Python 3
-
Dependencies:
pip install -r requirements.txt
On Linux, you might want to create a virtual environment to isolate the project dependencies from the rest of the system.
Create it (using Python 3.7 in this example) in the path venv/
(needs
to be done just once):
$ python3.7 -m venv venv
Activate it (needs to be done every time you want to use it):
$ . ./venv/bin/activate
Make sure pip and related tools/packages are available and up-to-date:
(venv)$ pip install -U pip setuptools wheel
Install the actual project dependencies:
(venv)$ pip install -r requirements.txt
python livecode update
python livecode generate
jsonschema -i .\data\2020_shader_royale_shader_royale2.json .\meta\event.schema.json
So far no automatic way, just put preview images under ./media
.
Make sure image is 1920x1080 (or any ratio of it).
Try to focus on jpg image (smaller) with some optimisation jpegoptim -m75 --strip-all %