Batch tool for automatically cropping images?

I have a volume of images (1000+); each image consists of several images as a result of scanning several images per image (JPG) I am looking for a batch tool that can automatically crop and save images as split files Is this possible? Any such tool? Thank you very much!

+3
source share
1 answer

If the size of each crop and position is the same, you can easily write processing steps using ImageMagick . Then, using some script language, you can process any number of images that you want.

+2
source

All Articles