package
1.4.2
Repository: https://github.com/haorwen/animeapi.git
Documentation: pkg.go.dev

# README

scale

采用叔叔的模型放大二次元图片

输入输出

API

注意:由于云函数内存较小, 请将图片分辨率控制在0.25MP, 即500*500之内

func Get(u string, model, scale, tile int) ([]byte, error)
func Post(body io.Reader, model, scale, tile int) ([]byte, error)

返回:webp格式的输出图片

# Functions

Get model 0-4, scale 2-4, tile 0-4.
Post
Post model 0-4, scale 2-4, tile 0-4.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author