each image can be provided in multiple formats—e.g. raster image for Web and vector variant for printing
the most suitable image variant is automatically selected during processing
block (mediaobject) and inline
(inlinemediaobject) images
image with title is created via figure formal object
image data are referenced and modified using imagedata element
<figure id="editor">
<title>Epic editor in action</title>
<mediaobject>
<imageobject>
<imagedata fileref="image.svg"/>
</imageobject>
<imageobject>
<imagedata fileref="image.png"
width="100%"/>
</imageobject>
<textobject>
<phrase>Screenshot of DocBook document edited inside Epic editor.</phrase>
</textobject>
</mediaobject>
</figure>