Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Batch tool to automaticly crop images?

Tags:

image

jpeg

ocr

I have bulk of images (1000+); each image consists of several pictures as a result of scanning several pictures to single image (JPG) I am looking for a Batch tool that will be able to automatically crop and save the images as separated files Is it possible? Any such tool? Thank you very much!

like image 519
JavaSheriff Avatar asked Nov 18 '25 23:11

JavaSheriff


1 Answers

If the size of each crop and positions are the same, you can easily write processing steps using ImageMagick. Then, using some script language you can process whatever number of images you want.

like image 194
Ross Avatar answered Nov 21 '25 10:11

Ross