This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/v1n4y_g on 2025-09-28 16:04:41+00:00.


I built Kriti Images, image transformation service in Go that provides URL-based real-time image processing.

What it does

Transform images through simple URL parameters - resize, crop, rotate, blur, adjust colors, and convert formats (JPEG/PNG/WebP) with CDN-friendly caching.

# Resize with smart fitting and background
GET /cgi/images/tr:width=400,height=300,fit=pad,background=blue/image.jpg

# Multiple transformations
GET /cgi/images/tr:width=500,brightness=20,format=webp,quality=80/image.jpg

GH: github.com/kritihq/kriti-images