Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-23-2012, 10:52 PM
|
#1
|
Member
Registered: Oct 2010
Posts: 93
Rep:
|
Is there a way to convert ASCII to Text images
Hi guys,
I'm looking for a software to convert ASCII characters to text images, for example:
Convert "sky" into the following:
Code:
################################################################################
# #
# #### # # # # #
# # # # # # #
# #### #### # #
# # # # # #
# # # # # # #
# #### # # # #
# #
################################################################################
Thanks for the help in advance!
PS:
it looks in a mess after pasting, but it should look like this:
http://www.doxer.org/wp-content/uploads/2012/04/1.jpg
Last edited by Tinkster; 04-23-2012 at 11:23 PM.
Reason: code tags added
|
|
|
04-23-2012, 11:29 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
I only know tools that will do the opposite of what I think you want.
Convert an image to ASCII art. Or maybe I don't understand what you want
at all ... can you rephrase your request? =o)
|
|
|
04-23-2012, 11:53 PM
|
#3
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
You could use one of the ImageMagick tools to create a .pnm image of large text, and then use that with the asciiview program. There are websites to produce ASCII art.
I couldn't locate a banner program in my repository.
You could write your own. It used to be common in magazines like compute in the '80s. Each letter could be represented by an array. Print out the first element of each letter array. Then the second elements, etc.
|
|
|
04-24-2012, 01:03 AM
|
#4
|
Member
Registered: Oct 2010
Posts: 93
Original Poster
Rep:
|
Quote:
Originally Posted by Tinkster
I only know tools that will do the opposite of what I think you want.
Convert an image to ASCII art. Or maybe I don't understand what you want
at all ... can you rephrase your request? =o)
|
Thanks.
Actually, what I want to do is that, whether there's a program which accepts characters, such as "sky" and then it produces a text image(not image file, but just image text) so that I can put it in /etc/motd. Like this(but it should be text): http://www.doxer.org/wp-content/uploads/2012/04/1.jpg
|
|
|
04-24-2012, 02:47 AM
|
#6
|
Member
Registered: Jun 2011
Distribution: Slackware
Posts: 515
|
Quote:
Originally Posted by hahacc
I'm looking for a software to convert ASCII characters to text images
|
I think this is what you're looking for: http://www.figlet.org/
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|