Error when resize image in image block

Permalink
Hello,

I keep getting an error every time i try to constrain the size of one particular image on our site.

Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 268435456 bytes exhausted (tried to allocate 69764689 bytes)

$transparent = imagecolorallocatealpha($resource, 255, 255, 255, 127);
imagefill($resource, 0, 0, $transparent);
imagecolortransparent($resource, $transparent);

Any help please?

 
hutman replied on at Permalink Reply
hutman
This appears that the original image is far too big and your server does not have the capacity to resize it on the fly.