Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadrosid/crop

A cli tool to crop images from your terminal.
https://github.com/ahmadrosid/crop

Last synced: 22 days ago
JSON representation

A cli tool to crop images from your terminal.

Awesome Lists containing this project

README

        

# crop

```bash
crop - a simple CLI to crop images

Usage:
crop [flags]

Flags:
-h, --help help for crop
--out-folder string Output folder name. (default "output")
--padding ints Set padding left and top (default [0,0])
--size ints Set image size: width x height (default [0,0])
```

## Installation

```bash
go install github.com/ahmadrosid/crop@latest
```

## Example

```bash
crop original.png --size=512,512 --padding=80,280
```