Documentation ¶
Overview ¶
Package img provides image conversion functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Threads int
Functions ¶
Types ¶
type BlurFilter ¶
Apply Gaussian blur to the image
type ColorFilter ¶
Apply filter to RGB color of each pixel
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Apply a series of image compositing functions
func NewConverter ¶
func NewConverter() *Converter
type ImageConvert ¶
type ImageConvert int
const ( NoConvert ImageConvert = iota SRGBToLinear BumpToNormal )
Click to show internal directories.
Click to hide internal directories.