Bild Versions Save

Image processing algorithms in pure Go

v0.13.0

3 years ago
  • PR-85: Up to 20% less allocations and 90% less bytes allocated.
  • Minor documentation improvements.

v0.12.0

3 years ago

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

4 years ago
  • PR-71: Gaussian blur is up to ~20x faster.

v0.11.0

4 years ago
  • Bild now comes with a built-in CLI
  • Added extract multiple channels functionality
  • Minor fixes and performance improvements

v0.10.0

7 years ago
  • New feature effect.UnsharpMask
  • Changed paint.FloodFill fuzz parameter to tolerance based. This is a breaking change.
  • Minor code changes

v0.9.0

7 years ago
  • New feature paint.FloodFill
  • New feature transform.Translate
  • Minor code changes

Entire project needs more eyes before first stable is released.

v0.8.1

7 years ago

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

v0.7.0

7 years ago
  • New feature transform.Shear
  • New feature adjust.Hue and adjust.Saturation
  • New features effect.Dilate and effect.Erode

v0.6.0

7 years ago

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

v0.5.0

7 years ago

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