Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputPictureConfig ¶
type InputPictureConfig struct { Offset image.Point `json:"offset"` TileWidth int `json:"tileWidth"` TileHeight int `json:"tileHeight"` TileSpots []image.Point `json:"tileSpots"` Height int `json:"height"` Width int `json:"width"` }
func (*InputPictureConfig) FromFile ¶
func (ipc *InputPictureConfig) FromFile(path string) error
func (*InputPictureConfig) FromReader ¶
func (ipc *InputPictureConfig) FromReader(r io.Reader) error
func (*InputPictureConfig) ToSpots ¶
func (ipc *InputPictureConfig) ToSpots() Spots
func (*InputPictureConfig) WriteToFile ¶
func (ipc *InputPictureConfig) WriteToFile(path string) error
Click to show internal directories.
Click to hide internal directories.