Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimensions ¶
type Dimensions = image.Dimensions
Dimensions are the width and height of an image, in pixels.
type Image ¶
type Image struct {
Storage Storage `json:"storage"`
Filename string `json:"filename"`
Filesize int `json:"filesize"`
Dimensions Dimensions `json:"dimensions"`
Names map[string]string `json:"names"`
Descriptions map[string]string `json:"descriptions"`
Tags Tags `json:"tags"`
}
Image represents a single image.
Click to show internal directories.
Click to hide internal directories.