Add README.sixel. W3M_IMG2SIXEL environmental variable enables to specify options of img2sixel.

This commit is contained in:
Araki Ken
2014-11-16 04:07:05 +09:00
committed by Tatsuya Kinoshita
parent 982a8feab0
commit 2e8def7ab6
2 changed files with 62 additions and 20 deletions

27
doc/README.sixel Normal file
View File

@@ -0,0 +1,27 @@
Sixel support of w3m
2014/11/05
K. Araki
Introduction
This is the extension for w3m to show inline images by sixel graphics.
Requirements
Install 'img2sixel' command provided by libsixel project.
(https://github.com/saitoha/libsixel)
Build
$ ./configure --enable-image ...
$ make
$ make install
Usage
$ w3m -sixel http://...
You can specify options of 'img2sixel' command by "W3M_IMG2SIXEL"
environmental variable.
$ W3M_IMG2SIXEL="img2sixel -d atkinson" w3m -sixel http://...