All Projects → oguzhaninan → Korkut

oguzhaninan / Korkut

Licence: mit
Quick and simple image processing at the command line. 🔨

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Korkut

Igrphototweaks
Drag, Rotate, Scale and Crop
Stars: ✭ 212 (-31.61%)
Mutual labels:  image-processing, image, crop
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+1258.06%)
Mutual labels:  image-processing, image, crop
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+145.81%)
Mutual labels:  image-processing, image, crop
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+6716.45%)
Mutual labels:  image-processing, image, crop
Smartcircle
✂️Automatically determine where to crop a circular image out of a rectangular.
Stars: ✭ 29 (-90.65%)
Mutual labels:  image-processing, image, crop
Gpuimage X
A Cross-platform (for both Android & iOS) Framework for GPU-based Filters, Video and Image Processing.
Stars: ✭ 154 (-50.32%)
Mutual labels:  image-processing, image
Imantics
📷 Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
Stars: ✭ 184 (-40.65%)
Mutual labels:  image-processing, image
Dhash
Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
Stars: ✭ 209 (-32.58%)
Mutual labels:  image-processing, image
Image Js
Image processing and manipulation in JavaScript
Stars: ✭ 241 (-22.26%)
Mutual labels:  image-processing, image
Croppr.js
A vanilla JavaScript image cropper that's lightweight, awesome, and has absolutely zero dependencies.
Stars: ✭ 294 (-5.16%)
Mutual labels:  image, crop
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-17.74%)
Mutual labels:  image-processing, image
Hltool
Go 开发常用工具库, Google2步验证客户端,AES加密解密,RSA加密解密,钉钉机器人,邮件发送,JWT生成解析,Log,BoltDB操作,图片操作,json操作,struct序列化
Stars: ✭ 151 (-51.29%)
Mutual labels:  image-processing, image
Isketchnfill
Software that can autocomplete sketches as the user starts drawing.
Stars: ✭ 151 (-51.29%)
Mutual labels:  image-processing, image
Stackblur Go
A fast, almost Gaussian Blur implementation in Go
Stars: ✭ 189 (-39.03%)
Mutual labels:  image-processing, image
Github link creator
GitHub Link Card Creator lets you generate GitHub images has links to repositories.
Stars: ✭ 149 (-51.94%)
Mutual labels:  image-processing, image
Lerc
Limited Error Raster Compression
Stars: ✭ 126 (-59.35%)
Mutual labels:  image-processing, image
Imager
Automated image compression for efficiently distributing images on the web.
Stars: ✭ 266 (-14.19%)
Mutual labels:  image-processing, image
Selene
A C++17 image representation, processing and I/O library.
Stars: ✭ 266 (-14.19%)
Mutual labels:  image-processing, image
Poisson blend
Seamless copy-and-paste of images with Poisson Blending.
Stars: ✭ 277 (-10.65%)
Mutual labels:  image-processing, image
Image Similarity
计算图片之间的相似度
Stars: ✭ 292 (-5.81%)
Mutual labels:  image-processing, image

Korkut

Quick and simple image processing at the command line.

Patreon

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].