/Draw-Me

Renders images in a terminal window in 256 colours

Primary LanguageC

Draw Me

A silly little program that will render an image in a terminal with two horizontal pixels per character.

How to use:

  • make
  • ./draw_me <image>

OSX homebrew dependencies:

  • pkg-config
  • imagemagick

Debian dependencies:

  • libmagickwand-dev