Printer Spreads

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
thor
Posts: 3
Joined: 2011-07-11T08:54:31-07:00
Authentication code: 8675308

Printer Spreads

Post by thor »

Hello,

Does anyone have any experience converting a scanned booklet in printer spreads to single pages in reading order using imagemagick? I have a bunch of stapled booklets that I am scanning. Once I removed the staples I scan them as spreads, so the cover and back cover are on the same scan and so on. I want to automate the cropping and splitting of these images to single pages in the proper order.

Thanks.

Thor
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Printer Spreads

Post by fmw42 »

I don't know about the ordering, but you could try my multicrop bash script at the link below or Anthony's improved version at http://www.imagemagick.org/Usage/scripts/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Printer Spreads

Post by anthony »

Without some sort of indication to find the bounds of the pages, it is difficult to determine exactly what needs to be extracted and distorted to the desirded image size. It is locating those bounds that is the key to any form of automation of this task.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply