tags:

views:

62

answers:

2

Hi all,

I want to devlop an application for iPhone which will convert the png image present in iPhone to an Ascii image.

Any guidance to devlop such an application ?

Is there any API/Library available for this ?

A: 

There is libcaca on Linux that could help you.

I don't know if there is any portage to iphone API.

Cicatrice
+2  A: 

If you're not adverse to reading source and/or porting, try looking at aalib (ascii art library): http://aa-project.sourceforge.net/aalib/

thenoviceoof