Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + func OpenURL(url string) error + type ImageResource struct + func LoadImage(path string) (*ImageResource, error) + func MustLoadImage(path string) *ImageResource + func (res *ImageResource) At(x, y int) color.Color + func (res *ImageResource) Bounds() image.Rectangle + func (res *ImageResource) ColorModel() color.Model + func (res *ImageResource) MarshalProtobuf() *env.ImageResource + func (res *ImageResource) Path() string + func (res *ImageResource) Scale() float64