Popularity
3.4
Growing
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: Command Line Apps     Command Line Utilities     Image     CLI     Cli-app     Png     Gif     Jpeg     Jpg     Picture     Pic     Svg     Photo     Webp     Imagemagick    
Latest version: v2.0.0

Korkut alternatives and similar modules

Based on the "Image" 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' Module

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.