Categorygithub.com/ginozza/Asciify
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

  1. Build the program:
go build -o asciify
  1. Run the program:
./asciify -image <path-to-your-image>
  1. Example:
./asciify -image example.png

Requirements