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?".
There are actually ways of doing some similar things using IM if you're willing to do a fair bit of programming. I think something is certainly possible using PerlMagick, for example.
I've also seen some graphics programs (e.g., PaintShop Pro) that allow for drawing using a "brush" consisting of an alternating family of images.
Right --- a brush approach works in a graphics program like PSP, if you do the drawing "by hand", the turning, etc., because your brain is good at following lines. That part would be hard to program (but not impossible using edge detection and such). Finding positions for birds to achieve appropriately averaged color is, on the other hand, very doable.