Re: converting a text file to image

2008-06-20 Thread Larry Bates
jimgardener wrote: i am looking for python code to convert a textfile(.txt) to an image(preferrably Tiff).I believe it involves some scanning and conversion using some font table and probably compression using huffman encoding..is there an open source code doing this?can someone give a pointer?

Re: converting a text file to image

2008-06-20 Thread dwahli
On Jun 20, 9:15 am, jimgardener <[EMAIL PROTECTED]> wrote: > i am looking for python code to convert a textfile(.txt) to an > image(preferrably Tiff).I believe it involves some scanning  and > conversion using some font table and probably compression using > huffman encoding..is there an open sourc

converting a text file to image

2008-06-20 Thread jimgardener
i am looking for python code to convert a textfile(.txt) to an image(preferrably Tiff).I believe it involves some scanning and conversion using some font table and probably compression using huffman encoding..is there an open source code doing this?can someone give a pointer? jim -- http://mail.py