Difference between revisions of "AsciiConvert"

From RogueBasin
Jump to navigation Jump to search
(1.1 update)
(Added reference to AsciiEdit)
 
Line 3: Line 3:
|developer = M. E. Gross (Acheronx)
|developer = M. E. Gross (Acheronx)
|released = July 27, 2017
|released = July 27, 2017
|updated = July 27, 2017
|updated = September 16, 2017
|status = Stable
|status = Stable
|licensing = [[Freeware]], [[Closed Source]]
|licensing = [[Freeware]], [[Closed Source]]
Line 24: Line 24:
* Utilize any character in the font set (in this case, Consolas) even extended unicode characters
* Utilize any character in the font set (in this case, Consolas) even extended unicode characters
* Now (1.1), with limited color support.
* Now (1.1), with limited color support.
== AsciiEdit ==
This program has a sister application, used to edit the images it produces: [http://www.acheronx.com/software/asciiedit.html AsciiEdit]


== Screenshots ==
== Screenshots ==


[http://www.acheronx.com/software/asciicon2.html Examples and Use]
[http://www.acheronx.com/software/asciicon2.html Examples and Use]

Latest revision as of 14:13, 16 September 2017

AsciiConvert
Library project
Developer M. E. Gross (Acheronx)
Released July 27, 2017
Updated September 16, 2017
Status Stable
Licensing Freeware, Closed Source
P. Language C#
Platforms Windows
Dependencies None
Official site of AsciiConvert


A utility for converting raster images (BMP, PNG, JPG, etc) into an ascii art text.

Description

Although there's several programs that accomplish this basic feat, almost all of them are lacking in some specific way... either they don't generate particularly useful or artistic images, they don't use much of the ASCII set, and in particular, don't allow you to configure your character choice and use extended characters available in modern fonts.

Features

  • Convert most common image formats to ascii art. Output is black and white, but color images work fine as inputs.
  • Competely configurable character set through databases, and on-the-fly character changes. Is one character being used too much? Disable it and run it with a smaller/different set quickly and easily.
  • Save results as text, a PNG snapshot of the finished product, and a detailed binary file for use in programming.
  • Utilize any character in the font set (in this case, Consolas) even extended unicode characters
  • Now (1.1), with limited color support.

AsciiEdit

This program has a sister application, used to edit the images it produces: AsciiEdit

Screenshots

Examples and Use