shadlc / BrailleArtist

A Braille ASCII Art Generator With GUI That Can Convert Images To Braille ASCII Art.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Braille Artist

Braille Artist is a braille ASCII art generator with GUI that can convert images to braille ASCII art.

盲文字符画生成器是一个图形界面的将图片转化为盲文字符画的小工具

This is a braille ASCII art generator. The traditional ASCII art generator is inefficient in space utilization. This software can use one braille as 8 pixels to generate ASCII art and display high-quality pictures in the text-only environment.

Built against C# dotNET 4.5, Braille Artist at Windows platform.

Language Support

  • English
  • 中文

License

Braille Artist is licensed under the GPL-3.0 License

Built With

Visual Studio

Manual build

If you prefer, you can compile Braille Artist yourself

Usage

Download Compiled EXE from Releases

Open BrailleArtist.exe like this

Example

Change language

Braille Artist can change language by system language automatically. If you want change language, please click the icon on upper left corner.

Import Image

  • Click or drag the file into the box which is in the upper left corner to import the image.

Adjust

  • there are some setting in the lower left corner.
    • Five button at the top can adjust the properties of image.
    • Size textbox can scale the braille art as your like. Especially, this size just show the number of dot. In other words, one braille has eight dot.
    • The level slider allows users to customize the brightness of the braille art for different effects.
  • The slider in the upper right side can adjust the fontsize of the braille art for the best display size. You can also press Ctrl and scroll the mouse wheel on the braille art to zoom the size.

Generate

  • If the size of image is not very big, it can draw braille art automatically.
  • You can alse click the Draw button to redraw the braille art.
  • Finally, click the Copy button to copy the entire braille art to clipboard.

About

A Braille ASCII Art Generator With GUI That Can Convert Images To Braille ASCII Art.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%