Skip to content

Instantly share code, notes, and snippets.

View fan123199's full-sized avatar
🏠
Working from home

Fan fan123199

🏠
Working from home
  • Indie Developer
  • Shenzhen, China
  • X @fdx4bw
View GitHub Profile
@fan123199
fan123199 / image2txt.go
Last active March 23, 2020 13:00
golang version image convert to ascii/txt--go版本的图片转字符画
package main
import (
"image"
"image/color"
"os"
"fmt"
"net/http"
"log"
"image/jpeg"