Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_LEN = 127
for RLE of PRBUF
Variables ¶
View Source
var ( Black = &BW{Black: true} White = &BW{Black: false} BWModel = color.ModelFunc(bwModel) )
View Source
var (
ErrInvalidMagicBytes = errors.New("Magic bytes invalid")
)
Functions ¶
Types ¶
type ErrPRBUFDecode ¶
type ErrPRBUFDecode struct {
// contains filtered or unexported fields
}
func (*ErrPRBUFDecode) Error ¶
func (e *ErrPRBUFDecode) Error() string
Click to show internal directories.
Click to hide internal directories.