Popularity
2.2
Stable
Activity
0.0
Stable
364
12
15

Description

Quick and simple image processing at the command line.

Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
Tags: Image Processing     Image     Scale     Resize    
Latest version: v2.0.0

Korkut alternatives and similar libraries

Based on the "Image Processing" category.
Alternatively, view Korkut alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Korkut or a related project?

Add another 'Image Processing' Library

README

Korkut

Quick and simple image processing at the command line.

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

Crop

Resize

Rotate

Watermark

Flip

License

This project is under the MIT license.


*Note that all licence references and agreements mentioned in the Korkut README section above are relevant to that project's source code only.