v1.5.2
Introducing vipsgen
This release migrates imagor's libvips integration from manually written bindings to vipsgen - a Go binding generator for libvips. It lays the foundation for future enhancements by providing access to the full libvips API (300+ operations) and ensuring automatic compatibility with libvips updates.
What's Changed
- feat: introducing vipsgen by @cshum in #544
- build: go 1.24.3, update go deps by @cshum in #545
- refactor: vipsgen v0.8.3 by @cshum in #546
Full Changelog: v1.4.17...v1.5.1