image in README

This commit is contained in:
nick black 2019-12-15 17:17:20 -05:00
parent 2de07f8a48
commit f9ac7a7737
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
3 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ blingful TUI library for modern terminal emulators. definitely not curses.
by [nick black](https://nick-black.com/dankwiki/index.php/Hack_on) (<nickblack@linux.com>)
<p align="center">
<img width="640" height="242" src="doc/0.4.0-sheet.png" alt="notcurses 0.4.0 contact sheet"/>
</p>
* [Introduction](#introduction)
* [Requirements](#requirements)
* [Use](#use)

BIN
doc/0.4.0-sheet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

@ -142,7 +142,7 @@ draw_luigi(struct ncplane* n, const char* sprite){
int luigi_demo(struct notcurses* nc){
struct ncplane* n = notcurses_stdplane(nc);
int averr = 0;
struct ncvisual* nv = ncplane_visual_open(n, "../tests/megaman2.bmp", &averr);
struct ncvisual* nv = ncplane_visual_open(n, "../tests/lamepatents.jpg", &averr);
if(nv == NULL){
return -1;
}