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?".
More precisely, the +0+0 tells the command where to use as the top left hand corner of the cropped image.
So if you use +50+50 it will start your crop area 50 pixels from the top and 50 pixels from the left. This enables you to accurately select exactly which part of the image you want.