This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaizhu
Recipients benjamin.peterson, collinwinter, gvanrossum, kaizhu, loewis, pitrou, rhettinger
Date 2008-10-24.18:17:32
SpamBayes Score 9.76096e-06
Marked as misclassified No
Message-id <1224872255.09.0.697015000638.issue3238@psf.upfronthosting.co.za>
In-reply-to
Content
post fyi:

here's moderately complex python-3.0 script (plus curry extension) i
wrote using numpy, PIL, & scipy.weave 2.6 extensions.

it takes a jpeg, gif... image file & outputs it in colorized ascii art.
the actual purpose is for colorized 3-d scientific plottin in text
terminal (screenshots of image conversion & 3d plots in putty terminal
included)

usage:
python -c "import py3to2; import img2txt; img2txt.img2txt.test()"
python -c "import py3to2; import img2txt; img2txt.tplot3d.test()"
History
Date User Action Args
2008-10-24 18:17:35kaizhusetrecipients: + kaizhu, gvanrossum, loewis, collinwinter, rhettinger, pitrou, benjamin.peterson
2008-10-24 18:17:35kaizhusetmessageid: <1224872255.09.0.697015000638.issue3238@psf.upfronthosting.co.za>
2008-10-24 18:17:33kaizhulinkissue3238 messages
2008-10-24 18:17:33kaizhucreate