# image2ascii **Repository Path**: jcode/image2ascii ## Basic Information - **Project Name**: image2ascii - **Description**: A image to asiic tool written in golang - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-31 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #image2ascii [![Gobuild Download](http://gobuild.io/badge/github.com/Alienero/image2ascii/downloads.svg)](http://gobuild.io/github.com/Alienero/image2ascii) A image to ascii tool written in golang ## Install You can use gobuild to download。 ##Usage ```sh ./image2ascii -path=[image path] -q=[quality] -to=[out file path] ``` if `-to` is not set, image2asiic will print to stdout. In `-q` 1 is the highest level quality. ##Example `-q=3` ![image2ascii](https://raw.githubusercontent.com/Alienero/image2ascii/master/example/ex.png "image2ascii") `-q=1` ![image2ascii2](https://raw.githubusercontent.com/Alienero/image2ascii/master/example/ex2.png "image2ascii2")