Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have tried figlet but it's not much good. Are there any other ASCII editors? alt text

share|improve this question
what exactly do u mean by ascii editor? I mean every text editor should be able to edit ascii like gedit because ascii is just an encoding for characters – binW Dec 10 '10 at 8:14
I mean softwares like figlet.. – karthick87 Dec 10 '10 at 8:28
So a generator? – Oli Dec 10 '10 at 11:17
@Oli yep you are right. – karthick87 Dec 10 '10 at 11:19
not related, but i remember there being a tool called aa or maybe bb in the knoppix cd, that made ascii vidoes. – theTuxRacer Dec 10 '10 at 18:23

6 Answers

up vote 5 down vote accepted

TOIlet Install TOIlet

I've seen TOIlet, I think that is nice for you.

share|improve this answer
In terminal it's oke but when i copy that into my text editor.It is not in the original form. – karthick87 Dec 10 '10 at 6:59
I believe you need to use a monospaced font for the ASCII art to render properly, you don't get aligned char positions with a variable font. – João Pinto Dec 10 '10 at 9:54
Is it possible to install monospaced font from repositories? – karthick87 Dec 10 '10 at 11:29
There are several monospaced fonts installed by default. Some of them have "mono" in their name, so should be easy to find. – JanC Dec 10 '10 at 13:37
1  
I think, when looking at the TOIlet screenshots, your problem might be different. It seems like it (sometimes) uses colour and non-default characters, which is probably the problem you see, not the lack of a monospaced font. – JanC Dec 10 '10 at 15:47
show 2 more comments

If you want a talking cow there is cowsay Install cowsay:

$ cowsay hello!
 ________
< hello! >
 --------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
share|improve this answer

There are also many cool online converters. Some of them convert text, and some can process ever images! Look at http://www.text-image.com/convert/ or http://ajaxwidgets.com/Ascii-Art/AsciiArt.aspx

Amongst those that deal with text is http://patorjk.com/software/taag/

share|improve this answer
Alright but the problem now is when i copy it to my text editor.It was not in the original form. – karthick87 Dec 10 '10 at 18:06
It depends on how did you copy it. Which site did you use? I'll try myself. – Rafał Cieślak Dec 10 '10 at 18:12
Used this site patorjk.com/software/taag – karthick87 Dec 10 '10 at 18:28
Remember to use proper font. – Rafał Cieślak Dec 10 '10 at 19:57

I love Linux-logo ( http://www.deater.net/weave/vmwprod/linux_logo/ ). Try adding it to the start of any terminal. Try finding the right logo for Ubuntu (-L)...


Have fun!

share|improve this answer
Lots of fun, but it's not actually and acii art generator – fabricator4 Nov 18 '12 at 2:21

jp2a Install jp2a

Another good program available in the repositories is jp2a, and there is some good documentation on it at the official site and on the Ubuntu manpage.

It should be said that the program will convert any jpg, but it is best to use simple, logo or cartoon like pictures as they come out much better. If you need to convert your image to jpg beforehand, just use imagemagick's convert utility and run convert logo.png logo.jpg.

There is often a need to fiddle with the jp2a options to specify the characters used, the size of the ascii, or to invert the representation. Once you get the settings right you can get good results, however, as I display in the screenshot below. The results do, however, depend a lot on the image you have chosen to convert to ascii.

As an example, I have used the following command to do an ascii representation of the Ubuntu logo, which displays on the terminal screen and also saves to file: (This assumes the input ubuntu-logo.jpg is in your present working directory)

jp2a -i --chars="..00xx@@" ubuntu-logo.jpg | tee ubuntu-logo.txt

enter image description here

share|improve this answer

There is a Java Application JaVE that does what you are looking for.

Another, CLI based project would be AA-lib.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.