Versions in this module Expand all Collapse all v1 v1.0.2 Apr 29, 2022 Changes in this version + var ErrPostionErr = errors.New("postion error") + func Check(paramInPoint *Point, cachedPoint *Point) error + func LoadBackgroudImages(path string) (err error) + func LoadBlockImages(path string) (err error) + type CutoutRet struct + BackgroudImg string + BlockImg string + Point *Point + func Run() (*CutoutRet, error) + type ImageBuf struct + type Point struct + X int + Y int