Multicrop problems

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
FlyingJenny2bucks
Posts: 22
Joined: 2015-03-01T19:40:59-07:00
Authentication code: 6789

Multicrop problems

Post by FlyingJenny2bucks »

Hi ! After weeks of struggle, I finally got imagemagick installed :D

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 *.jpg
Error: "unrecognised option...."

Code: Select all

multicrop -b black -f 30% -u 1 *.jpg *.jpg
Error: "--- TOO MANY ARGUMENTS WERE PROVIDED ---"

Thanks alot.
Post Reply