imageobject

imageobject — A wrapper for image data and its associated meta-information.

Synopsis

imageobject ::=

Description

An imageobject is a wrapper containing imagedata and its associated meta-information.

If the SVG Module is used, imageobject can also contain the svg:svg element.

Processing expectations

May be formatted inline or as a displayed block, depending on context. It might not be rendered at all, depending on its placement within a mediaobject or inlinemediaobject and the constraints on the publishing system. For a more detailed description of the semantics involved, see mediaobject.

Parents

Children

The following elements occur in imageobject: imagedata (db.imagedata), imagedata (db.imagedata.mathml), imagedata (db.imagedata.svg), info (db.titleforbidden.info).

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example imageobject</title>

<mediaobject>
  <imageobject condition="web">
    <imagedata fileref="figs/web/db5d_ref09.png" format="PNG" scale="70"/>
  </imageobject>
  <imageobject condition="print">
    <imagedata fileref="figs/print/db5d_ref09.pdf" format="PDF"/>
  </imageobject>
  <textobject>
    <phrase>The Eiffel Tower</phrase>
  </textobject>
  <caption>
    <para>Designed by Gustave Eiffel in 1889, The Eiffel Tower is one
          of the most widely recognized buildings in the world.
    </para>
  </caption>
</mediaobject>

</article>
The Eiffel Tower

Designed by Gustave Eiffel in 1889, The Eiffel Tower is one of the most widely recognized buildings in the world.

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)