8.8 Bitmaps

<..configure docbook graphics..>+
 \Configure{graphics*}
    {gif}
    {{\Configure{Needs}{File: \[email protected]}\Needs{}}%
     \Picture[\a:GraphicsAlt]{\[email protected] <.graphics dim.>}}
 \Configure{graphics*}
    {png}
    {{\Configure{Needs}{File: \[email protected]}\Needs{}}%
     \Picture[\a:GraphicsAlt]{\[email protected] <.graphics dim.>}}
 \Configure{graphics*}
    {jpg}
    {{\Configure{Needs}{File: \[email protected]}\Needs{}}%
     \Picture[\a:GraphicsAlt]{\[email protected] <.graphics dim.>}}
 \Configure{graphics*}
    {jpeg}
    {{\Configure{Needs}{File: \[email protected]}\Needs{}}%
     \Picture[\a:GraphicsAlt]{\[email protected] <.graphics dim.>}}
-_-_-

<..graphics dim..>
 \csname a:Gin-dim\endcsname
-_-_-

<..includegraphics dim..>
 \NewConfigure{Gin-dim}{1}
-_-_-

<..configure docbook tex4ht..>+
 \:CheckOption{jpg} \if:Option
    \Configure{Picture}{.jpg}
 \else
    \Log:Note{for jpg bitmaps of pictures, use the ‘jpg’
        command line option. <.ch bitmaps.>}
 \fi
 \:CheckOption{gif} \if:Option
    \Configure{Picture}{.gif}
 \else
    \Log:Note{for gif bitmaps of pictures, use the ‘gif’
        command line option. <.ch bitmaps.>}
 \fi
-_-_-

<..ch bitmaps..>
 (Character bitmaps are controled only by ‘g’ records of tex4ht.env and ‘-g’
 switches of tex4ht.c)
-_-_-