img2txt

Takes a jpeg, gif, etc... image file & outputs it as colorized ASCII art
Download

img2txt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Kai Zhu
  • Publisher web site:
  • http://www-rcf.usc.edu/~kaizhu/

img2txt Tags


img2txt Description

Takes a jpeg, gif, etc... image file & outputs it as colorized ASCII art img2txt is a moderately complex Python 3.0 script fully utilizing Python 2.6 extensions & demonstrated to run under Python 2.6 via py3to2.For performance, portions of it have been inlined w/ direct C code using scipy.weave. the algorithm also heavily uses bitwise operations. It takes a jpeg, gif... image file & outputs it in colorized ASCII art. The actual purpose is for colorized 3D scientific plotting in text terminal (screenshots of image conversion & 3D plots in putty terminal included).USAGE: note "mario.jpg" must b in current directory for test to work$ py3to2 -c "import img2txt; img2txt.img2txt.test()"$ py3to2 -c "import img2txt; img2txt.tplot3d.test()" Requirements: · Python · py3to2 · SciPy · PIL What's New in This Release: · 256 color support


img2txt Related Software