Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Img ¶
type Img struct {
util.RenderObj
File FileType
Animated bool
Alpha bool
FilePath string
Pixels [][]Pixel
Image image.Image
Fit Scale
}
Image is an image file to be rendered to the Screen
func (*Img) RGBArray2Ascii ¶
type QR ¶
type QR struct {
util.RenderObj
Recovery qrcode.RecoveryLevel
Size int
FGColor string
BGColor string
Value string
Content string
}
QR is the type used by the QRFromxxx functions. for colors
func (*QR) BnWArray2Ascii ¶
func (*QR) QRFromText ¶
Click to show internal directories.
Click to hide internal directories.