HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/w3m/README.sixel
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://...