sixel-sys-static 0.3.2

FFI bindings to libsixel, static linkage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
SixelEncoder::__destruct() member function
--SKIPIF--
<?php 

if(!extension_loaded('sixel')) die('skip ');

 ?>
--FILE--
<?php
echo 'OK'; // no test case for this function yet
?>
--EXPECT--
OK