This little Addon worked for me. Maybe it can help you.
I put these lines in global.php and /includes/image_utils.php direct after <?php
ini_set("memory_limit", "150M");
ini_set("max_execution_time", "10000");
ini_set("default_socket_timeout", "100");
ini_set("expect.timeout", "360");
ini_set("upload_max_filesize", "134217728");
ini_set("post_max_size", "134217728");
Please try, if this helps you......
Ingo