# Korkut
> Quick and simple image processing at the command line.
[](https://www.npmjs.com/package/korkut)
[](https://github.com/oguzhaninan/korkut/blob/master/LICENSE)
[](https://travis-ci.org/oguzhaninan/korkut)
[](https://www.npmjs.com/package/korkut)
## Getting started
First download and install [ImageMagick](http://www.imagemagick.org/).
### Mac OS X
ImageMagick supports the [WebP](https://developers.google.com/speed/webp/) format. However, you must compile ImageMagick with the WebP option. To do so on OS X, install ImageMagick with the following command using Homebrew:
brew install imagemagick --with-webp
If you have already installed ImageMagick, you would have to uninstall it then reinstall it.
### Ubuntu
sudo apt-get install imagemagick -y
sudo apt-get install webp -y # for webp support
## Installation
You need to install [Node.js](https://nodejs.org/en/download/) first, then install the tool globally using this command:
```bash
sudo npm install -g korkut
```
## Features
* Optimize
* [Convert](#convert)
* [Crop](#crop)
* [Resize](#resize)
* [Rotate](#rotate)
* [Watermark](#watermark)
* [Flip](#flip)
## Convert





