imageproc

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResizeImage

func ResizeImage(img image.Image, width, height int) image.Image

ResizeImage は画像を指定されたサイズにリサイズします img が nil の場合、または width/height が 0 以下の場合は nil を返します

func ResizeImageByHeight

func ResizeImageByHeight(img image.Image, height int) image.Image

ResizeImageByHeight は画像を指定された高さにリサイズします(アスペクト比を維持) img が nil の場合、または height が 0 以下の場合は nil を返します

func ResizeImageByWidth

func ResizeImageByWidth(img image.Image, width int) image.Image

ResizeImageByWidth は画像を指定された幅にリサイズします(アスペクト比を維持) img が nil の場合、または width が 0 以下の場合は nil を返します

Types

This section is empty.

Jump to

Keyboard shortcuts

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