File: README.md

package info (click to toggle)
libsixel 1.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,496 kB
  • sloc: ansic: 23,873; cpp: 1,227; python: 497; sh: 303; xml: 271; makefile: 50; ruby: 31; perl: 26
file content (25 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (4)
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.