Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { ID uuid.UUID `json:"id"` SourceImagePath string `json:"sourceImagePath"` CompositeImageUrl string `json:"compositeImageUrl"` SourceImageWidth int `json:"sourceImageWidth"` SourceImageHeight int `json:"sourceImageHeight"` StepCountX int `json:"stepCountX"` StepCountY int `json:"stepCountY"` StepSizeX int `json:"stepSizeX"` StepSizeY int `json:"stepSizeY"` }
func (*Instance) EnsurePath ¶
func (*Instance) GetStitchedImage ¶
func (*Instance) StitchSessionImage ¶
Click to show internal directories.
Click to hide internal directories.