Skip to content

Releases: anthonynsimon/bild

v0.13.0

23 Aug 07:51
Compare
Choose a tag to compare
  • PR-85: Up to 20% less allocations and 90% less bytes allocated.
  • Minor documentation improvements.

v0.12.0

10 May 12:40
Compare
Choose a tag to compare

0.12.0

  • 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.

v0.11.1

31 Jul 11:03
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release
  • PR-71: Gaussian blur is up to ~20x faster.

v0.11.0

30 Jul 11:39
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release
  • Bild now comes with a built-in CLI
  • Added extract multiple channels functionality
  • Minor fixes and performance improvements

v0.10.0

23 Sep 22:52
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
  • New feature effect.UnsharpMask
  • Changed paint.FloodFill fuzz parameter to tolerance based. This is a breaking change.
  • Minor code changes

v0.9.0

18 Sep 19:28
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • New feature paint.FloodFill
  • New feature transform.Translate
  • Minor code changes

Entire project needs more eyes before first stable is released.

v0.8.1

07 Sep 21:04
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Significant performance optimisations for Resize, Rotate, Convolve and Spatial Filtering functions. Most effects and blurs are indirectly benefited from this.

v0.7.0

31 Aug 22:31
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • New feature transform.Shear
  • New feature adjust.Hue and adjust.Saturation
  • New features effect.Dilate and effect.Erode

v0.6.0

29 Aug 15:00
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

New noise package, now you can generate Binary, Uniform and Gaussian noise (colored and monochrome).

v0.5.0

27 Aug 14:40
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Major code refactor. Breaking changes as all APIs have been decentralised into sub-packages.