📄️ Metadata and Exif
Extract image format, resolution and Exif metadata via the /meta endpoint, and compute BlurHash, ThumbHash and average color.
📄️ In-Memory Cache
Cache decoded image pixels in memory with LRU eviction to avoid repeated I/O and decoding of the same source image across requests.
📄️ Color Image
Generate solid color or transparent images on-the-fly using color:<color> as the image path, without loading from any source.
📄️ VIPS Performance Tuning
Tune libvips concurrency and threading to optimize image processing performance for your deployment.
📄️ POST Upload
Process and transform images via HTTP POST upload, an opt-in feature for trusted internal environments.
📄️ MozJPEG Support
Build variant using MozJPEG for improved JPEG compression efficiency, reducing file sizes up to 30% at the cost of slower encoding.
📄️ ImageMagick Support
Build variant adding ImageMagick support through libvips, enabling processing of additional formats like PSD, BMP and XCF that libvips cannot handle natively.