From 597d9177adec602d9c064ab8cab9d8a45e143d23 Mon Sep 17 00:00:00 2001 From: sumi Date: Wed, 24 Dec 2025 00:16:08 -0600 Subject: [PATCH] automated snapshot --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index e7adffe..d706a60 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,8 @@ func main() { t0 := time.Now() rng := rand.New(rand.NewSource(0)) - imageField := NewImageField("/home/d/Dropbox/art/passage/data/david.png") + //imageField := NewImageField("/home/d/Dropbox/art/passage/data/david.png") + imageField := NewImageField("/home/d/Dropbox/art/passage/data/moses_statue.jpg") field := &TranslateField { x: -float32(sourceWidth / 2.0),