modulepackage
0.0.0-20240906035326-4eb2677380d3
Repository: https://github.com/ginozza/asciify.git
Documentation: pkg.go.dev
# README
Asciify
Description
Converts a given image (JPEG, PNG) into ASCII art with optional color support.
Usage
- Build the program:
go build -o asciify
- Run the program:
./asciify -image <path-to-your-image>
- Example:
./asciify -image example.png
Requirements
- Go (https://golang.org/)