imager

package
v0.0.0-...-69bdcc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertImage

func ConvertImage(option *ConvertOption) error

Types

type ConvertOption

type ConvertOption struct {
	Reader        io.Reader // 输入流
	NewWidth      int       // 调整大小参数可选
	NewHeight     int       // 调整大小参数可选
	Writer        io.Writer // 输出流
	OutFormat     string    // 输出格式默认jpg
	JpgMaxSize    int       // jpg最大字节限制
	JpgMaxQuality int       // jpg最大输出质量
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL