Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 764 Bytes

File metadata and controls

23 lines (19 loc) · 764 Bytes
horse image ascii output

Ruby Pic2Text

Program written in Ruby to translate images input through command line into ASCII. Utilizes RMagick, which is a wrapper for the ImageMagick library. As of right now it still requires some more work and I plan to use it as a utility in a Rails application, and develop a React frontend for it.

Requires ImageMagick and any of its bizarre annoying dependencies to be installed locally in order to work!

Written by Will Phillips.