Update 'animateDoorbell.go'
build rgb-board / build (push) Failing after 2m4s Details

main
nathan 9 months ago
parent af060a1600
commit 2a5e5142ce

@ -28,5 +28,4 @@ func (a *Animation)loadImage(imgType string, img string) {
bigImage, _, _ := image.Decode(bytes.NewReader(baseImage)) bigImage, _, _ := image.Decode(bytes.NewReader(baseImage))
a.doorbell.image = imaging.Resize(bigImage, 64, 64, imaging.Lanczos) a.doorbell.image = imaging.Resize(bigImage, 64, 64, imaging.Lanczos)
a.ctx.Push() a.ctx.Push()
a.ctx = gg.NewContext(64, 128)
} }

Loading…
Cancel
Save