Mark Edmunds
Mark Edmunds
In the unlikely event that this is going to be fixed at anytime soon due to what seems to be poor support of EMF images with PHP, is it worth...
It seems the image causing the problems is one on the slide master layer - and it's an .EMF image.
See #490 - same problem/feature request. In the short term, as more people are seeing this - a simple: if ($info !== false) { $oShape->setMimeType($info['mime']); $oShape->setRenderingFunction(str_replace('/', '', $info['mime'])); $oShape->setImageResource(imagecreatefromstring($imageFile)); }...