Registry / utility / esimov-stackblur-go

esimov-stackblur-go

JSON →
library1.1.1gogounverified

stackblur-go is a Go port of the Stackblur algorithm, a fast blur filter that balances quality and performance.

go get github.com/esimov/stackblur-go
INSTALL
IMPORT
SIG · ESIMOV-STACKBLUR-G
E
esimov-stackblur-go
utilitygov1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stackblur
github.com/esimov/stackblur-go

Blurs an image with a radius of 10.

package main import ( "image" "github.com/esimov/stackblur-go" ) func main() { img := image.NewRGBA(image.Rect(0, 0, 100, 100)) blurred := stackblur.Process(img, 10) _ = blurred }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
esimov-stackblur-go — go get esimov-stackblur-go · libregistry