diff --git a/dist/windows/386/pixel2svg.exe b/dist/windows/386/pixel2svg.exe new file mode 100644 index 0000000..159934b Binary files /dev/null and b/dist/windows/386/pixel2svg.exe differ diff --git a/dist/windows/amd64/pixel2svg.exe b/dist/windows/amd64/pixel2svg.exe new file mode 100644 index 0000000..159934b Binary files /dev/null and b/dist/windows/amd64/pixel2svg.exe differ diff --git a/examples/main.go b/examples/main.go index 6fb3d94..a2499e5 100644 --- a/examples/main.go +++ b/examples/main.go @@ -148,10 +148,10 @@ func main() { } args := os.Args[1:] - if len(args) <= 0 { - println("\n To create from other png files, just add their names as command line arguments.") - } - + if len(args) <= 0 { + println("\n To create from other png files, just add their names as command line arguments.") + } + for _, nextInput := range args { if strings.HasSuffix(nextInput, ".png") { colorGrid, err := ReadPNGPixels(nextInput)