Documentation
¶
Index ¶
Constants ¶
View Source
const ( JPG = ImageFormat("jpg") PNG = ImageFormat("png") GIF = ImageFormat("gif") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
func (*Image) Base64 ¶
the image content will be just white blank image width and height should be less than or eq 3840px
type ImageFormat ¶
type ImageFormat string
Click to show internal directories.
Click to hide internal directories.