Error Messages/43742
Error Message
- Attempt to use Function ReadImageFile() to read
- ReadImageFile() cannot read directly from a URL. Use ReadFromURL() instead.
Description
ReadImageFile( ) does not have the capability to read images from URL; however, ReadFromURL() can do so. Hence, if you are indeed intending to read an image from a web page, all you need to do is switch to using ReadFromURL(). If the URL points to an image, an image is returned just like would be from ReadImageFile().
See Also
Comments
Loading comments...