aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-04-03 17:04:59 +0200
committerjaseg <s@jaseg.de>2013-04-03 17:04:59 +0200
commit7d7383a520408d66b3d29c32f6c25904047cd15b (patch)
treee8251531ee84b6084f5b292eab88d260751bc828 /README.md
parentc27bf18c5d52fa7750b7cd351941340a6abb879f (diff)
downloadpixelterm-7d7383a520408d66b3d29c32f6c25904047cd15b.tar.gz
pixelterm-7d7383a520408d66b3d29c32f6c25904047cd15b.tar.bz2
pixelterm-7d7383a520408d66b3d29c32f6c25904047cd15b.zip
Added a README and a sample image
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8cafe80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+PIXELTERM
+=========
+An utility to render pixely images on your terminal!
+
+![example](http://i.imgur.com/WqgsQ62.png)
+
+Installation
+------------
+Type ```sudo make install```, which will copy pixelterm.py to ```/usr/local/bin/pixelterm```.
+
+Usage
+-----
+```pixelterm FILE```
+
+Advanced usage
+--------------
+Since I wrote this tool to generate graphics for
+[ponysay](https://github.com/jaseg/ponysay), I included a "speech bubble"
+feature. To make this tool render speech bubble markers which can later be
+parsed by ponysay, color the pixels where these should be placed 50%
+transparent red (#FF00007F) for a backward slash link, 50% blue for a forward
+slash and a 50% transparent green for the speech bubble. Please note that this
+tool converts images two pixel rows at once and these "special" color values
+are only parsed for the upper of the two rows. An example image is included.
+
+Credits
+-------
+That awesome Rainbow Dash is by [starsteppony on deviantart](http://starsteppony.deviantart.com/art/Rainbow-Dash-Salute-263753912)
+