Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageFromRaw ¶
func StackImages ¶
Types ¶
type GenericImage ¶
Generic image wraps the image.Image interface And provides methods for getting the Pix and Rect Values without typecasting
func NewGenericImage ¶
func NewGenericImage(img image.Image) GenericImage
func (GenericImage) GetPix ¶
func (img GenericImage) GetPix() ([]uint8, bool)
Get the pixel vaues from the image
Click to show internal directories.
Click to hide internal directories.