bimg
Go package for fast high-level image processing
bimg is a Go image-processing library that exposes high-level operations through the fast libvips C library. It is designed to minimize memory use while processing images efficiently in production applications. Developers can resize, crop, rotate, zoom, watermark, convert, and manipulate image metadata through a compact API. JPEG, PNG, and WebP are supported natively, while properly configured libvips builds add formats such as TIFF, PDF, GIF, SVG, and AVIF. Transparent conversion between...