Create thumbnail from remote url image

Permalink
Hello everyone

I am familiar with this:
$image = Core::make('helper/image');
$image->getThumbnail($imgFileName, $imgWidth, $imgHeight, false);

However first I need to fetch the image which is located on a remove server.
Let's say it's here: http;//remote.url/folder/my_image.jpg

So .. how can I create thumbnail from an image url using concrete5 classes and methods?
Or .. what's the best way to achieve that?

Thanks in advance
Matteo

italinux
 
madesimplemedia replied on at Permalink Reply
madesimplemedia
Hi Matteo

You can import images from the incoming directory in the files directory into the file manager, is there a way you could set the remote server to FTP into the incoming directory I wonder?

Thanks
Dave