summaryrefslogtreecommitdiff
path: root/bmp_display
diff options
context:
space:
mode:
authorSean Fox <dyntryx@gmail.com>2008-06-27 04:06:59 +0000
committerSean Fox <dyntryx@gmail.com>2008-06-27 04:06:59 +0000
commit3bd20517eb94e2d44b68e4cafdf98ffb37936171 (patch)
treeeee70bc3e736651b33b46f960747a96373b70eca /bmp_display
parentef3d085158e9d56c38b186942abc6cf5dd81f3c3 (diff)
downloadlibnsbmp-3bd20517eb94e2d44b68e4cafdf98ffb37936171.tar.gz
libnsbmp-3bd20517eb94e2d44b68e4cafdf98ffb37936171.tar.bz2
Added bmp decoding example
svn path=/branches/dynis/libnsbmp/; revision=4462
Diffstat (limited to 'bmp_display')
-rwxr-xr-xbmp_display3
1 files changed, 3 insertions, 0 deletions
diff --git a/bmp_display b/bmp_display
new file mode 100755
index 0000000..dd0458c
--- /dev/null
+++ b/bmp_display
@@ -0,0 +1,3 @@
+set -e
+make
+bin/decode_bmp $1 | display