A minimal, professional web application for image transformation. Convert between formats (WebP, PNG, JPEG, HEIC) and compress images with customizable quality settings.
- Convert: Transform images between popular formats
- Compress: Reduce image file sizes with quality control
- Modern UI: Clean, responsive design with drag-and-drop support
- Fast Processing: Built with Go and libvips for optimal performance
docker build -t transformer .
docker run -p 9090:9090 transformer
- Prerequisites: Install Go 1.22+ and libvips
- Install dependencies:
go mod download
- Run the application:
go run .
Visit http://localhost:9090
to start transforming your images.