organizing + useless instructions
This commit is contained in:
7
main.go
7
main.go
@ -1,8 +1,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "image/jpeg"
|
||||
_ "image/png"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"math/rand"
|
||||
@ -21,9 +19,6 @@ func main() {
|
||||
rand.Seed(ConfigRegister.Seed)
|
||||
log.Println("Seed :", ConfigRegister.Seed)
|
||||
|
||||
// pool of workers unionizing, ready to blend a new picture using the power of friendship
|
||||
var pool blendWorkerPool
|
||||
|
||||
// launch main blending routine
|
||||
pool.BlendImagesMain()
|
||||
BlendImagesMain()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user