package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: May 14, 2024
License: LGPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Resize 根据提供的 ResizeOptions 调整图像大小
WriteBase64ToFile 将Base64编码的图片字符串写入文件
type Info struct {
Width int `json:"width"`
Height int `json:"height"`
Format string `json:"format"`
Ext string `json:"ext"`
Size int64 `json:"size"`
FileName string `json:"filename"`
FileMD5 string `json:"file_md5"`
}
ResizeOptions 定义了 Resize 方法的参数
Source Files
¶
Click to show internal directories.
Click to hide internal directories.