Sha256: 4ac39a5bb2465bfe49b23b2cfb434feb0b34c68d302f962c866cb0f53e980aac

Contents?: true

Size: 661 Bytes

Versions: 4

Compression:

Stored size: 661 Bytes

Contents

# Gif2LGTM
Gif2LGTM is a command line tool that generates lgtm images. Not only gif but also `png` and `jpeg` are supported.

![lgtm](images/rain.gif)

## Installation
First, install the imagemagick. see [imagemagick](https://imagemagick.org/).

    $ brew install imagemagick

install it yourself as:

    $ gem install gif2lgtm


## Usage
Pass the file path to the command. Not only gif but also jpeg and png can be created.

    $ gif2lgtm start bar.gif

Only this. The lgtm-image is generated in the same location as the passed file.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gif2lgtm-1.0.7 README.md
gif2lgtm-1.0.6 README.md
gif2lgtm-1.0.5 README.md
gif2lgtm-1.0.4 README.md