Skip to content

MissterHao/ascii_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascii-art

image image image Downloads

將所有圖片轉換成 ASCII-art 形式的文字檔。
Turn the image into ASCII-art format text file.

Installation

To install, simply use pip of course):
安裝方法,只要使用 pip 安裝即可。

$ pip install ascii_image

Usage

import ascii_image
ascii_image.toASCII(imagePath, outFilePath, scale)
  • imagePath[str]: 欲轉換的圖片路徑 Image you want to change to ascii image
  • outFilePath[str]: 輸出檔案名稱 output file name
  • scale[tuple]: 輸入為兩個 int 正整數(Width, Height), 每個 ASCII 文字代表的像素(pixels)寬(Width)與高(Height)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages