asciify

package module
v0.0.0-...-22df625 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2025 License: MIT Imports: 7 Imported by: 0

README

ASCIIFY

A library / command line interface tool for converting an image into ASCII.

Usage:
Using the library:
import "github.com/swims-hjkl/asciify"

func main() {
    asciiOutput, err := asciify.ConvertImageToAscii("testImage.png", 150, false)
}
Building and using the CLI:
make build
./bin/asciifycli -path testImage.jpg -width 150
Contributions

Contributions are welcome!

  1. Open a pull request to fix a bug
  2. Open an issue to discuss a new feature or change.
License

MIT License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertImageToAscii

func ConvertImageToAscii(imagePath string, width int, switchOffConcurrency bool) (string, error)

Types

type RowRep

type RowRep struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis
cmd
asciifycli command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL