Some users are experiencing memory issues when Lazyest Gallery is creating thumbnails or slides. This is due to a too low amount of memory that is allocated to the Buffer size for image processing. You can set higher values in the Lazyest Galley settings. The default value is 16MB. This could be too low when you have large (in pixels) images.
You might say “I’ve uploaded equally large images with WordPress’s built in image controls and not had a problem.” Well, Image resizing in WordPress allocates a very large chunk of memory so it will not fail in most cases. This is what I found in WordPress code:
// Set artificially high because GD uses uncompressed images in memory
@ini_set(′memory_limit′, ′256M′);
Recent Comments