displaying image using curses.lib - Raspberry Pi Forums
any 1 know if it's possible display image within window maintained curses package? or if there alternative screen handler terminal sessions can support this? (i don't want overhead of running x)
hi,
curses (ncurses) programming library provides api allows programmer write text-based user interfaces in terminal-independent manner (http://en.wikipedia.org/wiki/ncurses). text only. unless turn image ascii art, out of luck.
curses (ncurses) programming library provides api allows programmer write text-based user interfaces in terminal-independent manner (http://en.wikipedia.org/wiki/ncurses). text only. unless turn image ascii art, out of luck.
raspberrypi
Comments
Post a Comment