Documentation ¶
Index ¶
- func Crop(img image.Image, field Field, c *chan ExtractedIMG)
- func Decode(image io.Reader, contentType string) (imageRef image.Image, err error)
- func Rotate(img image.Image, angle float64) image.Image
- func Threshold(img image.Image, limiar uint8) image.Image
- type ExtractedIMG
- type Field
- type FieldMask
- type KeyValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Crop ¶
func Crop(img image.Image, field Field, c *chan ExtractedIMG)
Crop is responsible for cutting the selected region of an image.
Types ¶
type ExtractedIMG ¶
Click to show internal directories.
Click to hide internal directories.