<br>I scan up to 5 photos at once with my flatbed scanner
(i.e. a single image file containing the whole scan area is created) and I want PIL to dump out each photo into an individual file.<br>
I know that similar plugins exist for GIMP, but as I am using this in a server-side Python project, I want to avoid GIMP and its dependencies.<br><br>The
script should also offer an info mode that reports the coordinates of
the detected photos and one mode that performs the subdivision based on
user-submitted parameters.<br>
The reason for this: eventually I will create an HTML/Javascript GUI that allows the user to fine-tune the auto-detected photos.<br><br>I already considered OpenCV as a potential PIL companion for this scenario, but I couldn&#39;t find a suitable sample script that I could start with.<br>
<br>Any hints?<br><br>kind regards,<br><font color="#888888"><br>Franz</font>