11/11
2015
dev-master
9999999-dev
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Gif image to Ascii Text.., (*1)
See also img2text, (*2)
, (*3)
gif2text test.gif > out.html demo, (*4)
$ composer require bigweb/gif2text
Usage: gif2text <imgfile> gif2text (-h | --help)
You also can use it anywhere what you want at your application like this:, (*5)
use Bigweb\Gif2text\Gif2text;
$options = [
'maxLen' => 100,
];
$template = __DIR__ . '/template.html';
$img = new Gif2text($gifPath, $template, $options);
echo $img->render();
BSD., (*6)