Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzhaninan/korkut
Quick and simple image processing at the command line. :hammer:
https://github.com/oguzhaninan/korkut
convert crop image image-processing resizer
Last synced: 8 days ago
JSON representation
Quick and simple image processing at the command line. :hammer:
- Host: GitHub
- URL: https://github.com/oguzhaninan/korkut
- Owner: oguzhaninan
- License: mit
- Created: 2018-08-23T09:55:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:20:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T12:38:08.610Z (19 days ago)
- Topics: convert, crop, image, image-processing, resizer
- Language: TypeScript
- Homepage:
- Size: 5.99 MB
- Stars: 369
- Watchers: 12
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Quick and simple image processing at the command line. (Command Line Utilities / Tools)
- Awesome-Linux-Software - ![Open-Source Software - Quick and simple image processing at the command line. (Command Line Utilities / Tools)
README
# Korkut
> Quick and simple image processing at the command line.[![npm](https://img.shields.io/npm/v/korkut.svg)](https://www.npmjs.com/package/korkut)
[![npm](https://img.shields.io/npm/l/korkut.svg)](https://github.com/oguzhaninan/korkut/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/oguzhaninan/korkut.svg?branch=master)](https://travis-ci.org/oguzhaninan/korkut)
[![npm](https://img.shields.io/npm/dt/korkut.svg)](https://www.npmjs.com/package/korkut)## Getting started
First download and install [ImageMagick](http://www.imagemagick.org/).### Mac OS X
ImageMagick supports the [WebP](https://developers.google.com/speed/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](https://nodejs.org/en/download/) first, then install the tool globally using this command:```bash
sudo npm install -g korkut
```## Features
* Optimize
* [Convert](#convert)
* [Crop](#crop)
* [Resize](#resize)
* [Rotate](#rotate)
* [Watermark](#watermark)
* [Flip](#flip)## Convert
## Crop
## Resize
## Rotate
## Watermark
## Flip
# License
This project is under the MIT license.