PHPPresentation
PHPPresentation copied to clipboard
CreateDrawingShape cannot insert image without file extension
Hello,
took me a while to discover that when using CreateDrawingShape and then setting setPath to valid image without extension (i.e. "image", not "image.jpg"), the type of the image (JPEG) is not passed and fatal error occures: PHP Fatal error: Uncaught Exception: Invalid parameters passed. (in ...vendor/phpoffice/phppresentation/src/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php:154)
I've been using v0.6.0 before and the bug did not exist then.