Documentation
¶
Index ¶
- type GIFImage
- func (g *GIFImage) DelayMilliSec() []int
- func (g *GIFImage) FileLastUpdated() time.Time
- func (g *GIFImage) FileName() string
- func (g *GIFImage) FilePath() string
- func (g *GIFImage) FileSizeByte() int64
- func (g *GIFImage) Get(i int) image.Image
- func (g *GIFImage) Length() int
- func (g *GIFImage) Size() (w, h int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GIFImage ¶
type GIFImage struct {
// contains filtered or unexported fields
}
GIFImage represents GIF iamge file that can be displayed in frame units.
func LoadGIFImageFromPath ¶
LoadGIFImageFromPath reads the specified gif image file.
func (*GIFImage) DelayMilliSec ¶
DelayMilliSec returns delay times in milliseconds.
func (*GIFImage) FileLastUpdated ¶ added in v0.2.2
FileLastUpdated returns the original file last updated datetime.
func (*GIFImage) FileSizeByte ¶
FileSizeByte returns the original file size in bytes.
Click to show internal directories.
Click to hide internal directories.