Sha256: 2128f65b981d1b73a611fc69b815cf01ebcfd84bc70206a0c8d7ab3efee04584

Contents?: true

Size: 631 Bytes

Versions: 13

Compression:

Stored size: 631 Bytes

Contents

# Imagetools

Image tools.

## Installation

```
gem imagetools
```

macOS High Sierra 

```
brew uninstall imagemagick
brew install imagemagick@6
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem imagetools
```


## Usage

### imageconcat

### imagefilter

### iconcreator 

iconcreator is command line to genelete ios app icons.

Xcode Version 9.2 AppIcon.

![AppIcon](appicon.png)

```
iconcreator -i <ORIGINAL_ICON_FILE> -o <OUTPUT_DIR>
```

## Usage

TODO: Write usage instructions here


## License

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
imagetools-1.5.2 README.md
imagetools-1.5.1 README.md
imagetools-1.5.0 README.md
imagetools-1.4.0 README.md
imagetools-1.3.1 README.md
imagetools-1.3.0 README.md
imagetools-1.2.0 README.md
imagetools-1.1.0 README.md
imagetools-1.0.1 README.md
imagetools-1.0.0 README.md
imagetools-0.9.0 README.md
imagetools-0.8.0 README.md
imagetools-0.7.0 README.md