Skip to content

Instantly share code, notes, and snippets.

View jwall's full-sized avatar

Jamie Wall jwall

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1K9kj9njqSBTTVGYkKMJUQTzQDTSkzBUgP https://explorer.blockstack.org/address/1K9kj9njqSBTTVGYkKMJUQTzQDTSkzBUgP
@jwall
jwall / rgb.go
Created October 1, 2022 22:15 — forked from nitoyon/rgb.go
Generate Animation GIF with Golang
package main
import (
"fmt"
"image"
"image/color"
"image/gif"
"math"
"os"
)