convert[6.3.7] HAVE PROBLEMS WITH GETTING IMAGES FROM AN URL

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert[6.3.7] HAVE PROBLEMS WITH GETTING IMAGES FROM AN URL

Post by magick »

Loading an image from a URL requires the XML2 delegate library. Type
  • identify -list configure
The DELEGATES tag should include xml as a supported delegate. If not, rebuild ImageMagick and make sure the configure script validates the XML delegate library.
Post Reply