- PR-85: Up to 20% less allocations and 90% less bytes allocated.
- Minor documentation improvements.
- PR-74: Add Perlin noise function
- PR-77: Performance improvements for the image adjustment function
- PR-81: Make blend() exported to allow for custom blending implementations
- PR-82: Fix rotate panic
- Minor additional fixes and documentation improvements.
- PR-71: Gaussian blur is up to ~20x faster.
- bild now comes with a built-in CLI
- Added extract multiple channels functionality
- Minor fixes and performance improvements
- New feature effect.UnsharpMask
- Changed paint.FloodFill fuzz parameter to tolerance based. This is a - breaking change.
- New feature paint.FloodFill
- New feature transform.Translate
- Significant performance optimisations for Resize, Rotate, Convolve and Spatial Filtering functions. Most effects and blurs are indirectly benefited from this.
- New feature transform.Shear
- New feature adjust.Hue and adjust.Saturation
- New features effect.Dilate and effect.Erode
- New noise package, now you can generate Binary, Uniform and Gaussian noise (colored and monochrome).
- Major code refactor. Breaking changes as all APIs have been decentralised into sub-packages.
- Initial open source release.
- Release before major code refactor. Package bild contains all APIs in this release.