# pic2ascii **Repository Path**: lmstz/pic2ascii ## Basic Information - **Project Name**: pic2ascii - **Description**: 将图片转换成 ascii 图片的小工具 - **Primary Language**: Pascal - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pic2ascii 将图片转换成 ascii 图片的小工具 A tools for converting pictures into ASCII images ## Compile pascal compiler free pascal compiler ``` fpc pic2ascii.pas ``` ## Usage windows or linux console: ``` pic2ascii hello.jpg pic2ascii hello.jpg hello.txt ``` ## SreenShot ![](ScreenShot/ScreenShot1.png) ![](ScreenShot/ScreenShot2.png) ![](ScreenShot/ScreenShot3.png)