I know it’s possible to use imagecreatefromjpeg(), imagecreatefrompng(), etc. with a URL as the ‘filename’ with fopen(), but I\'m unable to enable the wrappers due to securi
You could always download the image (e.g. with cURL) to a temporary file, and then load the image from that file.