Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmadrosid/crop
- Owner: ahmadrosid
- Created: 2022-12-14T16:56:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T03:11:35.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T09:15:29.104Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crop
```bash
crop - a simple CLI to crop imagesUsage:
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
```