Documentation
¶
Index ¶
Constants ¶
View Source
const ( ImageFormatJPEG = iota + 1 ImageFormatGIF ImageFormatPNG )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { Name string Format ImageFormat IsThumbnail bool Image image.Image }
type ImageFormat ¶
type ImageFormat uint8
func (ImageFormat) String ¶
func (f ImageFormat) String() string
func (*ImageFormat) UnmarshalText ¶
func (f *ImageFormat) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.