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?".
identify: no decode delegate for this image format `/tmp/magick-XXI38o5n'. identify: no data returned `http://userID:userPassword@myurl.com/imageDirectory/myImage.jpg'.
The ability for convert to download a web image is purely a convenience function. Internally it calls wget (command delegate) to do the task.
If you need something more complex then you are better of DIY the wget command your self.
You can avoid saving an intermediate download image by 'pipeing' from wget into convert.