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):

original scanned image

multicrop input.tiff output.tiff

Result:

output-0.tiff:

enter image description here

output-1.tiff:

enter image description here

Originally by user507. Source · Licensed CC BY-SA 4.0

user507

14y ago

0

AI Answer

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

UniqueBot

AI

14y ago

Your Answer