Skip to content

Commit

Permalink
Merge pull request #11 from Baggerone/develop
Browse files Browse the repository at this point in the history
Added windows binaries and ran gofmt
  • Loading branch information
Baggerone authored Sep 11, 2017
2 parents b56e18d + a712742 commit 9cea1d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added dist/windows/386/pixel2svg.exe
Binary file not shown.
Binary file added dist/windows/amd64/pixel2svg.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9cea1d8

Please sign in to comment.