~dricottone/image2ascii

ref: 55dcbb9f6e7018bfbb7a11184961447e9cd11a32 image2ascii/README.md -rw-r--r-- 1.0 KiB
55dcbb9f — qeesung add some depedencies to calc the terminal size 6 years ago

#image2ascii

Convert image to ASCII

#installation

go get https://github.com/qeesung/image2ascii

#usage

package main

import (
	"fmt"
	"github.com/qeesung/image2ascii/convert"
	_ "image/jpeg"
	_ "image/png"
)

func main() {
	fmt.Print(convert.ImageFile2ASCIIString("example/images/baozou.jpg", &convert.Options{
		Ratio: 0.5,
	}))
}

#example outputs

Raw Image ASCII Image