All Versions
13
Latest Version
Avg Release Cycle
145 days
Latest Release
1303 days ago

Changelog History
Page 1

  • v0.13.0 Changes

    August 23, 2020
    • PR-85: Up to 20% less allocations and 90% less bytes allocated.
    • ๐Ÿ“š Minor documentation improvements.
  • v0.12.0 Changes

    May 10, 2020

    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 Changes

    July 31, 2019
    • PR-71: Gaussian blur is up to ~20x faster.
  • v0.11.0 Changes

    July 30, 2019
    • Bild now comes with a built-in CLI
    • โž• Added extract multiple channels functionality
    • ๐ŸŽ Minor fixes and performance improvements
  • v0.10.0 Changes

    September 23, 2016
    • ๐Ÿ†• New feature effect.UnsharpMask
    • ๐Ÿ”„ Changed paint.FloodFill fuzz parameter to tolerance based. This is a breaking change.
    • Minor code changes
  • v0.9.0 Changes

    September 18, 2016
    • ๐Ÿ†• New feature paint.FloodFill
    • ๐Ÿ†• New feature transform.Translate
    • Minor code changes

    ๐Ÿš€ Entire project needs more eyes before first stable is released.

  • v0.8.7 Changes

    • ๐ŸŽ Significant performance optimisations for Resize, Rotate, Convolve and Spatial Filtering functions. Most effects and blurs are indirectly benefited from this.
  • v0.8.1 Changes

    September 07, 2016

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

  • v0.8.0

    September 07, 2016
  • v0.7.0 Changes

    August 31, 2016
    • ๐Ÿ†• New feature transform.Shear
    • ๐Ÿ†• New feature adjust.Hue and adjust.Saturation
    • ๐Ÿ†• New features effect.Dilate and effect.Erode