I am trying to insert some images on slides. But after I run the code, the the images are getting corrupted and a message would appear. I have pasted the message here.:
The code which i am using is:
pic1=prs.slides[1].shapes.add_picture(image_filepath,pre_left,top,width,height);
prs.save(file_path)