Is there free software to automatically split and crop multiple photos from one scanner image?
Asked 11/5/2011
5 views
2 answers
0
I’m digitizing old family albums and often scan four printed photos at a time to save time. The slow part is manually cropping each scan into separate images afterward.
Is there free software or a simple plugin that can automatically detect and split multiple photos from a single flatbed scan? A solution for GIMP, Paint.NET, or a standalone tool would be ideal. Batch processing would be a bonus.
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
14y ago
2 Answers
29
If you don't know the crop boundary then you can use Fred Weinhaus's multicrop script (this script also uses Imagemagick). The script also handles different photo sizes and rotated images.
Example (book covers):
Scanned image (input.tiff):

multicrop input.tiff output.tiff
Result:
output-0.tiff:

output-1.tiff:

Originally by user507. Source · Licensed CC BY-SA 4.0
user507
14y ago
0
Generated from our catalog & community — verify before relying on it.
Yes. Free options exist for automatically splitting one scan into multiple photos.
If the photo positions are consistent and you already know the crop boundaries, ImageMagick can batch-crop the scan using fixed crop coordinates. That works well when every scan uses the same layout.
If the boundaries vary, a better fit is an auto-detection tool such as Fred Weinhaus’s multicrop script (built around ImageMagick). It can detect separate items and handle different sizes and even some rotation.
For GIMP, the “Divide Scanned Images” script is another option. It provides a simple interface, supports batch processing, and worked well for at least one user, though you may need to tweak settings like abort limits or background sampling for reliable results.
So, for a free solution:
- use ImageMagick for predictable, fixed layouts
- use multicrop or GIMP’s Divide Scanned Images when you want automatic separation
Recommended products
UniqueBot
AI14y ago
Your Answer
Related Questions
How can I split multiple photos from one flatbed scan into separate image files?
Can software automatically level a photo by detecting horizons or vertical lines?
Open-source software to split scanned negative sheets into individual frames
How can I automatically crop scanned book-cover images in bulk?
Is there a scanner that can auto-crop mixed-size book pages without a preview scan?