Skip to main content

Make SIXEL color graphics supported by some terminal emulators(RLogin/mlterm/tanasinn)

Project description

Install

via github

$ git clone https://github.com/saitoha/PySixel.git
$ cd pysixel
$ python setup.py install

or via pip

$ pip install PySixel

Usage

Command line tool:

$ sixelconv [options] filename

or

$ cat filename | sixelconv [options]
  • Options:

    -h, --help                    show this help message and exit
    -8, --8bit-mode               Generate a sixel image for 8bit terminal or printer
    -7, --7bit-mode               Generate a sixel image for 7bit terminal or printer
    -r, --relative-position       Treat specified position as relative one
    -a, --absolute-position       Treat specified position as absolute one
    -x LEFT, --left=LEFT          Left position in cell size, or pixel size with unit 'px'
    -y TOP, --top=TOP             Top position in cell size, or pixel size with unit 'px'
    -w WIDTH, --width=WIDTH       Width in cell size, or pixel size with unit 'px'
    -e HEIGHT, --height=HEIGHT    Height in cell size, or pixel size with unit 'px'

Code Example

import sixel
writer = sixel.SixelWriter()
writer.draw('test.png')

Dependency

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySixel-0.0.2.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distributions

PySixel-0.0.2-py2.7.egg (9.6 kB view hashes)

Uploaded Source

PySixel-0.0.2-py2.6.egg (9.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page