Vipsgen – Go binding generator for libvips image processing library

2 cshum 1 5/21/2025, 5:08:58 PM github.com ↗

Comments (1)

cshum · 7h ago
vipsgen is a Go binding generator for libvips - a fast and efficient image processing library.

Existing Go libvips bindings rely on manually written code that is often incomplete, error-prone, and difficult to maintain as libvips evolves. vipsgen aims to solve this problem by generating type-safe, robust, and fully documented Go bindings using GObject introspection.