Code covered by the BSD License  

Highlights from
Text Art

4.25

4.2 | 8 ratings Rate this file 9 Downloads (last 30 days) File Size: 4.28 KB File ID: #4062
image thumbnail

Text Art

by AJ Johnson

 

16 Oct 2003 (Updated 24 Nov 2010)

Convert images to ASCII text art.

Editor's Notes:

This file was selected as MATLAB Central Pick of the Week

| Watch this File

File Information
Description

Tool for converting images/pictures to ASCII text art. Easy to use.

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (9)
28 Nov 2003 Alexandre Zaghetto  
27 Feb 2004 V R  
22 Mar 2005 _ _  
25 Apr 2005 Gurkan Cetin

it works.

10 Feb 2006 Joseph Hollmann

You get better image results if you limit change the following
ch_list = char(32:127);
to a more limited list such as
ch_list = char(32:63);

20 Sep 2006 bellmulti ...

thanks you

05 Dec 2010 Kumaravel Jagadeesan

Its not running,,,i am getting

??? Error using ==> textart at 25
Missing image file name to convert,,,wat to do?help me,,how to add image file
 

10 Dec 2010 Robin Martin

cool

23 Nov 2011 Wencong  
Please login to add a comment or rating.
Updates
24 Nov 2010

Add algorithm to dither pixels that lie between two quantiles of shading, per 1969 I.D.G. MacLead algorithm, "Pictorial Output with a Line Printer", IEEE Transactions on Computers, Volume 19, Issue 2 (February 1970), Pages 160-162

Tag Activity for this File
Tag Applied By Date/Time
fun AJ Johnson 22 Oct 2008 07:08:42
ascii text art Cristina McIntire 05 Feb 2009 14:17:00
image Cristina McIntire 05 Feb 2009 14:17:00
picture Cristina McIntire 05 Feb 2009 14:17:00
potw Shari Freedman 24 Nov 2010 09:50:13
pick of the week Jiro Doke 11 Feb 2011 20:01:16

Contact us at files@mathworks.com