Releases: anthonynsimon/bild
Releases · anthonynsimon/bild
v0.14.0
What's Changed
- transform: reduce amount of calls to cos/sin by @sbinet in #92
- Bump golang.org/x/image from 0.0.0-20190703141733-d6a02ce849c9 to 0.5.0 by @dependabot in #96
- Fix: forward compat go mod by @anthonynsimon in #102
- Bump golang.org/x/image from 0.5.0 to 0.18.0 by @dependabot in #101
New Contributors
- @sbinet made their first contribution in #92
- @dependabot made their first contribution in #96
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.0
v0.11.1
v0.11.0
- Bild now comes with a built-in CLI
- Added extract multiple channels functionality
- Minor fixes and performance improvements
v0.10.0
- New feature effect.UnsharpMask
- Changed paint.FloodFill fuzz parameter to tolerance based. This is a breaking change.
- Minor code changes
v0.9.0
- New feature paint.FloodFill
- New feature transform.Translate
- Minor code changes
Entire project needs more eyes before first stable is released.
v0.8.1
Significant performance optimisations for Resize, Rotate, Convolve and Spatial Filtering functions. Most effects and blurs are indirectly benefited from this.
v0.7.0
- New feature transform.Shear
- New feature adjust.Hue and adjust.Saturation
- New features effect.Dilate and effect.Erode
v0.6.0
New noise package, now you can generate Binary, Uniform and Gaussian noise (colored and monochrome).