Image Converter

Return to Index

Table of Contents

Converter Inputs

Enter data here

Local Python alternative

If you prefer locally resizing and converting your files then you can also download a python alternative for that.

Get the latest version here

Download

NOTE: Plase install the requirements beforehand. It is advised to do this in a virtual enviroment.


        # Create the venv
        python -m venv venv
        
        # Activate on Linux
        source ./venv/bin/activate
        # Activate on Windows
        source ./venv/scripts/activate

        # install ffmpepg
        pip install ffmpeg-python
      

Setup venv and requirements for Python-Converter.

Tools used

The web-Version uses the Node-Module sharp in the backend.

The Python-version uses ffmpeg-python .