krainboltgreene / termnote

Keynotes in your flippin' TERMINAL!
http://krainboltgreene.github.com/termnote
MIT License
273 stars 22 forks source link

Added an image type to produce ASCII art from images #10

Closed omegahm closed 4 years ago

omegahm commented 11 years ago

Images can be added as slides, by adding them to the yaml-file like:


---
type: image
filename: bender.png
border: true

filename is a filename relative to the yaml-file border can be enabled, by setting it to true

The image will automatically scale to the window size.

krainboltgreene commented 11 years ago

Sadly you'll need to refactor this, unless you want me to.

jamestomasino commented 11 years ago

Oh wow, what a great addition. Kudos.