Joao Victor 57639a585d
All checks were successful
Docker / build (push) Successful in 34s
update README.md
2026-04-07 09:08:28 -03:00
2026-04-07 08:55:38 -03:00
2026-04-07 09:08:28 -03:00
2025-12-10 18:41:06 -03:00
2025-12-10 19:40:18 -03:00
2026-04-07 09:08:28 -03:00
2025-12-10 18:41:06 -03:00

HEIC to JPG Converter API

  • Convert HEIC files to JPG via HTTP POST request.

Example using curl:

curl -X POST -F "file=@/path/to/image.heic" http://localhost:5000/convert-heic-to-jpg --output converted.jpg

Deployment

I am running it like this:

version: '3.8'

services:
  api:
    image: gitea.loficafe.app/geonizeli/convert-heic-to-jpg-api:master
    ports:
      - "5000:5000"
    restart: unless-stopped
Description
No description provided
Readme 35 KiB
Languages
Python 67%
Dockerfile 33%