BanAaron / go-crop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Crop

Go crop is a CLI tool to quickly crop images.

How to Use

Call go-crop with the gocrop command. Supply a width, height, left, and top position in pixels to control the dimensions of the resulting image.

gocrop source.jpg width height left top destination.jpg

Setup

git clone git@github.com:BanAaron/go-crop.git
cd go-crop
go run main.go

About

License:GNU General Public License v3.0


Languages

Language:Go 100.0%