Updates and Fixes #2
@@ -79,7 +79,7 @@ func CreateBanner(portalhex string, savename string, opt int) {
|
||||
panic(errDir)
|
||||
}
|
||||
}
|
||||
fmt.Println(tempdir + "/" + glyphImg[k])
|
||||
// fmt.Println(tempdir + "/" + glyphImg[k]) // for debugging only
|
||||
err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user