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?".
I have thousands of big images which are scanned from a scanner, with a consistant background (blue), but each big image has multiple small images that I need, currently I have to manually cut each small image using GUI tools and 'save as' options... it's very tedious.
I'm wondering are there any way to automate then entire process such as commandline.
If you are on Linux/Mac or Windows w/Cygwin, see my script, multi-crop at the link below.
converting from blue to black can be done using -fuzz XX% -fill black -opaque blue (or whatever is the exact blue color as hex or rgb), if any is left after the multi-crop