Skip to content

shumon84/png2aa

Repository files navigation

png2aa

license GitHub release

This program is image file conversion to AA(ascii art).

Usage

$ png2aa [file] [width] [-option]

[width] must be greater than 0 and less than the image width.

Supported image file formats

  1. PNG
  2. JPEG
  3. BMP
  4. PNM(PPM/PMG/PBM)

Option

  • -w, --white-back
    • Invert black and white. This option use it if the background color is white.
  • -b, --bound-box
    • Ignore the area with black only. It is an option for transparent images.
  • -c, --color
    • Output colorful ascii art.

Install for MacOS

Required Homebrew.

$ tap shumon84/png2aa

$ brew install png2aa

Author

shumon84

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages