2017 © Pedro Peláez
 

library gif2text

image

bigweb/gif2text

  • Wednesday, November 11, 2015
  • by dhlwing
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

gif2text

Gif image to Ascii Text.., (*1)

See also img2text, (*2)

Example

, (*3)

gif2text test.gif > out.html demo, (*4)

Installation

$ composer require bigweb/gif2text

Usage

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();

Thanks

  1. Use https://github.com/docopt/docopt.php to create beautiful command-line interface
  2. Use https://github.com/Intervention/image to process image
  3. Thanks @hit9, This project stolen from https://github.com/hit9/img2txt

License

BSD., (*6)

The Versions

11/11 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires