IonicaBizau / image-to-ascii

:floppy_disk: A Node.js module that converts images to ASCII art.
http://ionicabizau.net/blog/16
MIT License
1.58k stars 105 forks source link

Broken due to lwip installation issues #66

Closed oliversalzburg closed 4 years ago

oliversalzburg commented 4 years ago

Can't get lwip to install on Ubuntu, which makes this module unusable :( It says to install ImageMagick if lwip doesn't work. I installed ImageMagick, but that didn't have any impact on the installation of this module.

IonicaBizau commented 4 years ago

What's the output of which gm?

You may need to install graphicsmagick instead.

oliversalzburg commented 4 years ago

Not sure if this was my original issue, but it might have been related to this https://github.com/ohmyzsh/ohmyzsh/issues/1432