Documentation ¶
Index ¶
- func ASCIIfy(ASCIIchars []string, img *image.Image, cols, rows uint, filename string)
- func GetChar(chars []string, pixelBrightness int) string
- func GetImage(pathToFile string) (*image.Image, error)
- func ResizeImage(img image.Image, newWidth uint, newHeight uint) image.Image
- func SaveImage(filename string, img *image.Image) error
- type DataForAscii
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResizeImage ¶
ResizeImage takes an image.Image and returns a resized one using https://github.com/nfnt/resize
Types ¶
Click to show internal directories.
Click to hide internal directories.