Crop is a simple command line tool to crop images.
You can install Crop using go install command.
go install github.com/enindu/crop@latest
You can run Crop using following syntax.
crop [flags]
Display version message:
crop -v
Display help message:
crop -h
This software is licensed under the GNU General Public License v3.0. You can view full license here.