This project is a website for converting images into different formats.
Input files | Output files |
---|---|
.jpg | .jpg |
.png | .png |
.bmp | .bmp |
.webp | .webp |
.jpeg | |
.ico |
⚠ Not all output formats are supported for all input formats.
- Convert multiple images simultaneously.
- No data stored on server.
- Clone this repo:
git clone https://github.com/arrighi-fabien/Convertion-Site.git
- Go to the directory:
cd {your-repo}
. - Build the Docker image and launch the container:
docker-compose up --build
- Open your browser and go to http://localhost:8080
- Select one or more files to convert.
- Choose output format(s).
- Click on the "Convert" button.
- The converted files are automatically downloaded.