π¦ ClawHub
OpenClaw AVIF to JPG
by @guoway
Convert `.avif` images to `.jpg` using a CLI workflow for one or more input paths. Use when the user asks to convert AVIF files, batch-convert a folder of AV...
π‘ Examples
1. Ensure dependencies exist:
python3 -m pip install Pillow pillow-avif-plugin
2. Convert one folder:
python3 scripts/avif2jpg.py /path/to/folder
3. Convert multiple files:
python3 scripts/avif2jpg.py /path/a.avif /path/b.avif
4. Recursively convert folder:
python3 scripts/avif2jpg.py /path/to/folder --recursive
TERMINAL
clawhub install openclaw-avif2jpg