I am having trouble using exec identify on a remote image with imagemagick if the url contains a port number. So the url appears like this: http://isite.com:81/image.jpg If I remove the :81 it works. What can I do? Either fixing this issue with imagemagick or removing the port number is fine. I tried using PHP's parse_url function to remove the port, however I cannot reconstruct the url afterwards because http_build_url() function is not available on my server and I cannot install it.
|
feedback
|
|
Make sure you're using at least this version: ImageMagick 6.6.3-1 2010-07-26 Q16 This is the version I have on one of my computers, and if I specify TCP port 80 (the default anyway) it works just fine. Also, the site you referenced is down right now, so make sure that it's up and running before you attempt this again (if it was an example, then you should have used the RFC-compliant "www.example.com" to make this clear). | |||||||||
feedback
|