Some of my images are in a directory accessible only if a user ID and password are included in the file path. Some are not.
No problem getting ImageMagick to work with the unprotected images. But when I try to pass the path of the protected images, such as...
Code: Select all
http://userID:userPassword@myurl.com/imageDirectory/myImage.jpg
Code: Select all
identify: no decode delegate for this image format `/tmp/magick-XXI38o5n'. identify: no data returned `http://userID:userPassword@myurl.com/imageDirectory/myImage.jpg'.
Thank you.