Documentation
¶
Overview ¶
Package imagegen runs an image generator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawLabelsOnImage ¶
DrawLabelsOnImage draw text on an image.
Types ¶
type Options ¶
type Options struct {
// Remote is the host:port of a pre-existing server to use instead of
// starting our own.
Remote string
// Model specifies a model to use. Use "python" to use the python backend.
// "python" is currently the only supported value.
Model string
// contains filtered or unexported fields
}
Options for New.
Click to show internal directories.
Click to hide internal directories.