Specifying a Basic Picture
A picture can be inserted into a presentation slide by use of the picture element, <pic>
, which is similar to the shape element but contains some key differences that enable more complete storage of picture information. This basic picture element should contain a <blipfill>
and some basic non-visual picture properties.
<p:pic> <p:nvPicPr> <p:cNvPr id="4" name="St_Patrick's_Day.jpg"/> <p:cNvPicPr> <a:picLocks noChangeAspect="1"/> </p:cNvPicPr> <p:nvPr/> </p:nvPicPr> <p:blipFill> <a:blip r:embed="rId2"/> <a:stretch> <a:fillRect/> </a:stretch> </p:blipFill> <p:spPr> <a:xfrm> <a:off x="1346200" y="914400"/> <a:ext cx="3657600" cy="2743200"/> </a:xfrm> <a:prstGeom prst="rect"> <a:avLst/> </a:prstGeom> <a:noFill/> <a:ln> <a:noFill/> </a:ln> </p:spPr> </p:pic>