Documentation
¶
Overview ¶
Package fio provides file I/O utilities for loading and saving images.
fio 包提供图像加载和保存的文件 I/O 工具。
Index ¶
- func LoadGIF(path string) (*gif.GIF, error)
- func LoadImage(path string) (image.Image, error)
- func LoadJPG(path string) (image.Image, error)
- func LoadPNG(path string) (image.Image, error)
- func SaveGIF(path string, g *gif.GIF) error
- func SaveJPG(path string, im image.Image, quality int) error
- func SavePNG(path string, im image.Image) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.