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?".
Cropping using (near) equal size cropping does support overlaps. Howevr the value you give is the number of pixels that is shared between images, as such it gets counted twice!
Also it depends on another flag whether edge images should also contain a "border" area (and thus all images are equal in size - the default), or not (and thus edges are a little smaller) add a '!')
There are three methods of spacing. no-overlap (montage-like), overlap with border (resulting images are same sized), overlap without border (edge images slightly smaller -- add a '!' flag as well)