Description
Quick and simple image processing at the command line. 🔨
Korkut alternatives and similar modules
Based on the "Image" category.
Alternatively, view Korkut alternatives based on common mentions on social networks and blogs.
-
sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library. -
jimp
An image processing library written entirely in JavaScript for Node, with zero external or native dependencies. -
FFCreator
A fast video processing library based on node.js (一个基于node.js的高速视频制作库) -
probe-image-size
Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Korkut or a related project?
Popular Comparisons
README
Korkut
Quick and simple image processing at the command line.
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.