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.