Skip to content

Repository files navigation

toJPG

Convert Multiple Images to JPG

Introduction

toJPG is a free image processing service which converts images to JPG image.

Supported Formats

  • PNG
  • WebP
  • AVIF
  • TIF / TIFF

Contribute

All CLI commands are based on bash.

  1. Install uv via pip

    pip install uv
  2. Clone repository

    git clone https://github.com/HaeengIn/toJPG.git && cd toJPG
  3. Install packages via uv

    uv sync --frozen
  4. Activate virtual environment and start developing

    • Windows
    source .venv/Scripts/activate
    • macOS / Linux
    source .venv/bin/activate

License

Read LICENSE for more information.