Create thumbnail from remote url image
Hello everyone
I am familiar with this:
[code]
$image = Core::make('helper/image');
$image->getThumbnail($imgFileName, $imgWidth, $imgHeight, false);
[/code]
However first I need to fetch the image which is located on a remove server.
Let's say …