in case you mean to convert it to ascii art:<div><pre style="word-wrap:break-word;white-space:pre-wrap">    Here are hex values of common grey-scale ASCII Characters in order from
    darkest to lightest:

    # = 23
    @ = 40
    8 = 38
    % = 25
    O = 4F
    o = 6F
    &quot; = 22
    ; = 3B
    , = 2C
    &#39; = 27
    . = 2E
      = 20
</pre><div>and map the grey values of a &#39;low-res&#39; version of your image to these characters somehow...</div><div>gr,</div><div>Tim</div><div><br></div><br><div class="gmail_quote">2013/3/1 IOhannes m zmölnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 03/01/2013 05:46, ronni montoya wrote:<br>
&gt; Hi, i was wondering how can i convert an image into a string of<br>
&gt; characters in pd?<br>
&gt; Is there is an easy way of doing this?<br>
<br>
</div>what does &quot;convert an image into a string&quot; mean?<br>
<br>
you can load the image with mrpeach&#39;s [binfile] (or try loading it as a<br>
raw audio file into a table), and then use something like [string2any]<br>
to convert it into a string.<br>
<br>
<br>
fgmadsr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>