/go-crop

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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