I have scanned 50 pages worth of business cards and wanted to crop them all into a single image file with subtitles and headings. The multicrop script by Fred looks very promising but i can't get it to work.
All 50 pages are in a single folder and I want each cropped business card to start with the original file name. Please can someone tell me whats wrong with my commands.
Code: Select all
Mogrify -multicrop -b black -f 30% -u 1 *.jpgCode: Select all
multicrop -b black -f 30% -u 1 *.jpg *.jpgThanks alot.