scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.26k stars 499 forks source link

Lost the formatting of the image place holder #907

Open a3vikramsharma opened 11 months ago

a3vikramsharma commented 11 months ago

I have created a picture placeholder in the Powerpoint slide and applied rounded corners and soft edges formatting. When I use placeholder.insert_picture, formatting is lost and insert image is displayed in a simple rectangle shape with sharp edges. Please suggest.