Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 273 Bytes

util

crop_image.sh

just simple file to crop image from terminal using imagemagick

method 1: ./crop_image.sh [1] [input file name] [x1] [y1] [x2] [y2] [output file name]

method 2: ./crop_image.sh [2] [input file name] [top] [bottom] [left] [right] [output file name]