Dear,
suppose there is a https-server fom which I want to get an image from.
The link would be similar to:
In “C” I can use URLDownloadToFileA()from urlmon.h to download the image and save it as a local file.
In Scilab I tried to get the url content with http_getURL.
However I get rubbish…most likely because the server uses https (?).
The various imread() variants seem to not support loading an image from an URL.
Am I mistaken or missing something?
Best regards,
Philipp