imagecache
imagecache copied to clipboard
Out of memory while loading original images
Hi,
I'm trying to load this link https://example.com/images/original/path/to/filename.jpg, however it exhausted my 128M memory limit. I traced it down to this line:
https://github.com/Intervention/imagecache/blob/5c98e720fcdb6e7e54fc31832f49613a4c9920ce/src/Intervention/Image/ImageCacheController.php#L73
Any plans to switch this over to readfile()?