sixel-sys-static 0.3.2

FFI bindings to libsixel, static linkage
Documentation
Python Example
==============

This example suggests how to convert PIL images into SIXEL using libsixel python interface.


Requirements
------------

- libsixel-python
- PIL (Python Imaging Library) or its compatible library


Run (only works on SIXEL terminals)
-----------------------------------

  $ ./converter.py <image file path>


License
--------
Hayaki Saito <saitoha@me.com>

I declared main.c is in Public Domain (CC0 - "No Rights Reserved").
This example is offered AS-IS, without any warranty.