stackblur-go

A fast, almost Gaussian Blur implementation in Go

MIT License

Stars
254

Bot releases are hidden (Show)

stackblur-go - v1.1.0 Latest Release

Published by esimov over 2 years ago

Release changes

  • Fixed SemVer and API incompatibilities issues (#5).
  • Removed the option of using raw pixel data as parameter to the Process method. In case of using pixel data as input parameter, this should be converted to image.
  • Updated go.mod file with the retract directive.
stackblur-go - v1.0.2

Published by esimov almost 3 years ago

Release changes

  • Possibility to use raw pixel data and not only an image as parameter to the Run method
  • Extra check for blur radius
  • Removed constructor method initialization
  • Other small changes
stackblur-go - v1.0.1

Published by esimov almost 3 years ago

Release changes

  • Removed channel argument from method invocation
  • Cleaned up the code
  • Updated readme file
stackblur-go - v1.0.0

Published by esimov about 7 years ago

  • Stable release.