Registry / utility / qeesung-image2ascii

qeesung-image2ascii

JSON →
library1.0.1gogounverified

Converts images to ASCII art representation.

go get github.com/qeesung/image2ascii
INSTALL
IMPORT
SIG · QEESUNG-IMAGE2ASCI
Q
qeesung-image2ascii
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

image2ascii
✓ github.com/qeesung/image2ascii

Converts an image file to ASCII art string.

package main import ( "fmt" "github.com/qeesung/image2ascii/convert" ) func main() { converter := convert.NewImageConverter() ascii := converter.ImageFile2ASCIIString("input.png", &convert.Options{ Ratio: 0.5, }) fmt.Println(ascii) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
qeesung-image2ascii — go get qeesung-image2ascii · libregistry