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.