aimg icon indicating copy to clipboard operation
aimg copied to clipboard

An image to ANSI color coded text converter

aimg

GoDoc

A package to convert images to ANSI color coded text. aimg uses unicode UPPER HALF BLOCK to archieve twice the pixels (tm) per character.

Usage

As a package: see GoDoc

As a command:

> aimg -h
Usage: aimg [-w (num | num% | .num) ] file [file...]
  -w, --width="100%": Output width. Supports column count, percentage and decimals.

screenshot

Get the cli tool

> go get github.com/stroborobo/aimg/cmd/aimg

That's it :)


Inspired by minikomi's ansipix.