Convert Multiple Images to JPG
toJPG is a free image processing service which converts images to JPG image.
- PNG
- WebP
- AVIF
- TIF / TIFF
All CLI commands are based on bash.
-
Install uv via pip
pip install uv
-
Clone repository
git clone https://github.com/HaeengIn/toJPG.git && cd toJPG
-
Install packages via uv
uv sync --frozen
-
Activate virtual environment and start developing
- Windows
source .venv/Scripts/activate- macOS / Linux
source .venv/bin/activate
Read LICENSE for more information.