Path | Synopsis |
---|---|
adjust | Package adjust provides basic color correction functions. |
blend | Package blend provides common image blending modes. |
blur | Package blur provides image blurring functions. |
channel | Package channel provides image channel separation and manipulation functions. |
clone | Package clone provides image cloning function. |
cmd | |
convolution | Package convolution provides the functionality to create and apply a kernel to an image. |
effect | Package effect provides the functionality to manipulate images to achieve various looks. |
fcolor | Package fcolor provides a basic RGBAF64 color type. |
histogram | Package histogram provides basic histogram types and functions to analyze RGBA images. |
imgio | Package imgio provides basic image file input/output. |
math/f64 | Package f64 provides helper functions for the float64 type. |
math/integer | Package integer provides helper functions for the integer type. |
noise | |
paint | Package paint provides functions to edit a group of pixels on an image. |
parallel | Package parallel provides helper functions for the dispatching of parallel jobs. |
perlin | Package perlin provides coherent noise function over 1, 2 or 3 dimensions This code is go adaptagion based on C implementation that can be found here: http://git.gnome.org/browse/gegl/tree/operations/common/perlin/perlin.c (original copyright Ken Perlin) |
segment | Package segment provides basic image segmentation and clusterring methods. |
transform | Package transform provides basic image transformation functions, such as resizing, rotation and flipping. |
util | Package util provides various helper functions for the package bild. |
Package main imports 1 packages (graph). Updated 2019-10-07. Refresh now. Tools for package owners.