Registry / utility / bamiaux-rez

bamiaux-rez

JSON →
library0.0.0-20170731184118-29f4463c688bgogounverified

Provides image resizing in pure Go and SIMD.

go get github.com/bamiaux/rez
INSTALL
IMPORT
SIG · BAMIAUX-REZ
B
bamiaux-rez
utilitygov0.0.0-20170731184118-29f4463c688b
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.

rez
github.com/bamiaux/rez

Resize an image

package main import ( "image" "github.com/bamiaux/rez" ) func main() { src := image.NewRGBA(image.Rect(0, 0, 100, 100)) dst := image.NewRGBA(image.Rect(0, 0, 50, 50)) err := rez.Convert(dst, src) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170731184118-29f4463c688blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
bamiaux-rez — go get bamiaux-rez · libregistry