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?".
however, I do not think that -draw is -gravity sensitive. so you will need to build a black image of the size desired and composite it over your image before annotating. -compose ... -composite is -gravity sensitive so you can position the black image over your image relative to the bottom of your image. see http://www.imagemagick.org/Usage/layers/#convert