Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertMode ¶
type ConvertMode string
const ( ModeThreshold ConvertMode = "threshold" ModeDither ConvertMode = "dither" )
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func NewConverter ¶
type FileOpener ¶
type FileOpener struct{}
func (*FileOpener) Open ¶
func (o *FileOpener) Open(path string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.