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
|
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.
|