blob: 588afc4eee0d44103bd6b241a1d59614dd88162b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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://...
|