Skip to content

Commit

Permalink
FOSSA is confused by ZPL, so i remove the FOSSA Status Badge at the o…
Browse files Browse the repository at this point in the history
…f the README.md
  • Loading branch information
SimonWaldherr committed Oct 21, 2018
1 parent 21370ac commit 836b4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,3 @@ func main() {
}

```

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSimonWaldherr%2Fzplgfa.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSimonWaldherr%2Fzplgfa?ref=badge_large)
4 changes: 2 additions & 2 deletions zplgfa.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ func ConvertToGraphicField(source image.Image, graphicType GraphicType) string {
index = 0
}
}

hexstr := strings.ToUpper(hex.EncodeToString(line))

switch graphicType {
case ASCII:
GraphicFieldData += fmt.Sprintln(hexstr)
Expand Down

0 comments on commit 836b4e0

Please sign in to comment.