Documentation
¶
Index ¶
- Constants
- func Bmp(dest *os.File, src *os.File, fn ...ToImgFn) error
- func GetSize(path string) (int64, error)
- func Gif(dest *os.File, src *os.File, opt *gif.Options, fn ...ToImgFn) error
- func Jpeg(dest *os.File, src *os.File, quality int, fn ...ToImgFn) error
- func Png(dest *os.File, src *os.File, fn ...ToImgFn) error
- func Webp(dest *os.File, src *os.File, fn ...ToImgFn) error
- type ToImgFn
- type XImg
Constants ¶
View Source
const ( DirectResize uint8 // 直接压缩 EqualRatioResize // 等比压缩 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.