<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>Article wrapper</title>
   <para>The stamp image has a natural size of 200x128 pixels.</para>

   <mediaobject>
      <imageobject>
         <imagedata fileref="../media/stamp.png"/>
      </imageobject>
   </mediaobject>

   <para>The stamp image:
   width=512; depth=512 (scalefit=1 by default in this case)
   </para>
   <mediaobject>
      <imageobject><?db style="background-color:blue"?>
         <imagedata fileref="../media/stamp.png" depth="512" width="512"
                    valign="middle"/>
      </imageobject>
      <textobject>
         <phrase>The DocBook Stamp</phrase>
      </textobject>
   </mediaobject>

   <para>The stamp image:
   width=512; depth=512 (scalefit=1, explicitly)
   </para>
   <mediaobject>
      <imageobject><?db style="background-color:blue"?>
         <imagedata fileref="../media/stamp.png"
                    valign="middle"
                    scalefit="1"
                    depth="512"
                    width="512"/>
      </imageobject>
      <textobject>
         <phrase>The DocBook Stamp</phrase>
      </textobject>
   </mediaobject>
</article>
