{"id":13448569,"url":"https://github.com/oguzhaninan/korkut","last_synced_at":"2025-04-05T13:03:01.977Z","repository":{"id":32910457,"uuid":"145834769","full_name":"oguzhaninan/korkut","owner":"oguzhaninan","description":"Quick and simple image processing at the command line. :hammer:","archived":false,"fork":false,"pushed_at":"2022-12-03T03:20:18.000Z","size":6277,"stargazers_count":378,"open_issues_count":5,"forks_count":15,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-29T05:47:21.918Z","etag":null,"topics":["convert","crop","image","image-processing","resizer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oguzhaninan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"oguzhaninan","open_collective":null,"ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2018-08-23T09:55:23.000Z","updated_at":"2025-03-17T11:53:58.000Z","dependencies_parsed_at":"2023-01-14T22:45:24.077Z","dependency_job_id":null,"html_url":"https://github.com/oguzhaninan/korkut","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhaninan%2Fkorkut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhaninan%2Fkorkut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhaninan%2Fkorkut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhaninan%2Fkorkut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oguzhaninan","download_url":"https://codeload.github.com/oguzhaninan/korkut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339149,"owners_count":20923014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convert","crop","image","image-processing","resizer"],"created_at":"2024-07-31T05:01:49.285Z","updated_at":"2025-04-05T13:03:01.947Z","avatar_url":"https://github.com/oguzhaninan.png","language":"TypeScript","funding_links":["https://patreon.com/oguzhaninan","https://www.patreon.com/oguzhaninan"],"categories":["TypeScript","Images","Multimedia and File Formats","Command Line Utilities","\u003ca name=\"graphics\"\u003e\u003c/a\u003eGraphics"],"sub_categories":["Image Conversion","Directory Navigation","Tools","Others"],"readme":"# Korkut\n\u003e Quick and simple image processing at the command line.\n\n\u003ca href=\"https://www.patreon.com/oguzhaninan\"\u003e\n    \u003cimg alt=\"Patreon\" src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" height=\"40\" /\u003e\n\u003c/a\u003e\n\n[![npm](https://img.shields.io/npm/v/korkut.svg)](https://www.npmjs.com/package/korkut)\n[![npm](https://img.shields.io/npm/l/korkut.svg)](https://github.com/oguzhaninan/korkut/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/oguzhaninan/korkut.svg?branch=master)](https://travis-ci.org/oguzhaninan/korkut)\n[![npm](https://img.shields.io/npm/dt/korkut.svg)](https://www.npmjs.com/package/korkut)\n\n\n## Getting started\nFirst download and install [ImageMagick](http://www.imagemagick.org/).\n\n### Mac OS X\nImageMagick 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:\n\n    brew install imagemagick --with-webp\nIf you have already installed ImageMagick, you would have to uninstall it then reinstall it.\n\n### Ubuntu\n    sudo apt-get install imagemagick -y\n    sudo apt-get install webp -y # for webp support\n\n## Installation\nYou need to install [Node.js](https://nodejs.org/en/download/) first, then install the tool globally using this command:\n\n```bash\nsudo npm install -g korkut\n```\n\n## Features\n* Optimize\n* [Convert](#convert)\n* [Crop](#crop)\n* [Resize](#resize)\n* [Rotate](#rotate)\n* [Watermark](#watermark)\n* [Flip](#flip)\n\n\n## Convert\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/convert.gif?raw=true\"/\u003e\u003c/p\u003e\n\n## Crop\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/crop.gif?raw=true\"/\u003e\u003c/p\u003e\n\n## Resize\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/resize.gif?raw=true\"/\u003e\u003c/p\u003e\n\n## Rotate\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/rotate.gif?raw=true\"/\u003e\u003c/p\u003e\n\n## Watermark\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/watermark.gif?raw=true\"/\u003e\u003c/p\u003e\n\n## Flip\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/oguzhaninan/korkut/master/screenshots/flip.gif?raw=true\"/\u003e\u003c/p\u003e\n\n# License\nThis project is under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhaninan%2Fkorkut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foguzhaninan%2Fkorkut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhaninan%2Fkorkut/lists"}