add comments to GraphicType const and badges to readme
This commit is contained in:
@@ -13,11 +13,11 @@ import (
|
||||
type GraphicType int
|
||||
|
||||
const (
|
||||
// using only hex characters (0-9A-F)
|
||||
// ASCII graphic type using only hex characters (0-9A-F)
|
||||
ASCII GraphicType = iota
|
||||
// saving the same data as binary
|
||||
// Binary saving the same data as binary
|
||||
Binary
|
||||
// compress the hex data via RLE
|
||||
// CompressedASCII compresses the hex data via RLE
|
||||
CompressedASCII
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user