Skip to content

bu-bu-xxx/convert_images_to_points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

需求

  • 需要pillow包支持
  • Python 3.x

使用说明

调用以下代码:

from convert_points_image import img

try1 = img('./images/123.jpg')
try1.RGB_to_points(40, 40, converse=True, save_filename='./images/convert1.txt')

原图:

123

运行程序,得到40*40像素的黑白图片:

123convert

以及Unicode盲文文本(阳文):

  ⠀⠀⠀⠀⣀⡤⡦⠶⠶⠶⠶⡴⣠⡀⠀⠀⠀⠀⠀
⠀⠀⢀⣰⢞⢝⠌⠈⠈⠨⠊⠀⠁⠣⡋⢷⣄⠀⠀⠀
⠀⢠⡞⡕⡕⠜⡀⠀⢔⢌⢰⡢⠀⠀⠇⢕⠜⢷⡀⠀
⢀⣾⠕⡁⠀⠀⠐⠠⢠⢎⢲⡠⠀⠊⠀⠀⡈⠣⣷⠀
⢰⡃⡀⠀⠁⠁⠂⠀⠈⠓⠋⠀⠀⠐⢀⠁⡀⡀⣸⡂
⠸⡅⠠⠁⢁⢁⠡⠀⠀⠈⠄⠀⠀⠅⡁⡀⢀⠂⢸⠂
⠈⢷⠈⠡⡁⠀⠀⠀⠀⢈⠀⠀⠀⠀⠀⢀⠅⠑⡞⠀
⠀⠈⢧⡀⠀⠂⠄⡀⡀⡀⡂⡀⡠⠠⠊⠀⢀⡞⠁⠀
⠀⠀⠀⠙⢦⣄⠀⠀⠀⠀⠀⠀⠀⢀⣠⠴⠋⠀⠀⠀
⠀⠀⠀⠀⠀⠈⠙⠑⠖⠖⠖⠖⠚⠉⠀

以及阴文版本:

⣿⣿⣿⣿⣿⠿⢛⢙⣉⣉⣉⣉⢋⠟⢿⣿⣿⣿⣿⣿
⣿⣿⡿⠏⡡⡢⣳⣷⣷⣗⣵⣿⣾⣜⢴⡈⠻⣿⣿⣿
⣿⡟⢡⢪⢪⣣⢿⣿⡫⡳⡏⢝⣿⣿⣸⡪⣣⡈⢿⣿
⡿⠁⣪⢾⣿⣿⣯⣟⡟⡱⡍⢟⣿⣵⣿⣿⢷⣜⠈⣿
⡏⢼⢿⣿⣾⣾⣽⣿⣷⣬⣴⣿⣿⣯⡿⣾⢿⢿⠇⢽
⣇⢺⣟⣾⡾⡾⣞⣿⣿⣷⣻⣿⣿⣺⢾⢿⡿⣽⡇⣽
⣷⡈⣷⣞⢾⣿⣿⣿⣿⡷⣿⣿⣿⣿⣿⡿⣺⣮⢡⣿
⣿⣷⡘⢿⣿⣽⣻⢿⢿⢿⢽⢿⢟⣟⣵⣿⡿⢡⣾⣿
⣿⣿⣿⣦⡙⠻⣿⣿⣿⣿⣿⣿⣿⡿⠟⣋⣴⣿⣿⣿
⣿⣿⣿⣿⣿⣷⣦⣮⣩⣩⣩⣩⣥⣶⣿⣿⣿⣿⣿⣿

期待改进

黑白图像的滤波处理不够完善

About

写着玩玩,效果不怎么好

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages