README ¶ gostb lib or clt for capture screen thumbnail. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Concat(w uint, h uint, v bool, images ...image.Image) *image.RGBA func GetFullScreenShot(w uint, h uint, v bool) *image.RGBA func IsImageEqual(a *image.RGBA, b *image.RGBA, thresh int32) bool func UpdateScreenshotInfo(file string, info *image.RGBA) (uint, string) type Monitor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Concat ¶ func Concat(w uint, h uint, v bool, images ...image.Image) *image.RGBA * w: resize weight h: resize height v: concat dim images: list func GetFullScreenShot ¶ func GetFullScreenShot(w uint, h uint, v bool) *image.RGBA func IsImageEqual ¶ func IsImageEqual(a *image.RGBA, b *image.RGBA, thresh int32) bool func UpdateScreenshotInfo ¶ func UpdateScreenshotInfo(file string, info *image.RGBA) (uint, string) Types ¶ type Monitor ¶ type Monitor struct { Root int // contains filtered or unexported fields } Source Files ¶ View all Source files gostn.go Directories ¶ Show internal Expand all Path Synopsis gostn Click to show internal directories. Click to hide internal directories.