Home

Awesome

Korkut

Quick and simple image processing at the command line.

<a href="https://www.patreon.com/oguzhaninan"> <img alt="Patreon" src="https://c5.patreon.com/external/logo/become_a_patron_button.png" height="40" /> </a>

npm npm Build Status npm

Getting started

First download and install ImageMagick.

Mac OS X

ImageMagick supports the 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 first, then install the tool globally using this command:

sudo npm install -g korkut

Features

Convert

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/convert.gif?raw=true"/></p>

Crop

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/crop.gif?raw=true"/></p>

Resize

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/resize.gif?raw=true"/></p>

Rotate

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/rotate.gif?raw=true"/></p>

Watermark

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/watermark.gif?raw=true"/></p>

Flip

<p align="center"><img src="https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/flip.gif?raw=true"/></p>

License

This project is under the MIT license.