Image Converter Microservice

Convert JPEG/PNG images to WebP format

Usage:

Example:

curl -X POST -F "image=@photo.jpg" "http://localhost:8080/convert?quality=90" --output photo.webp